Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / AuthenticateEventArgs.cs / 1305376 / AuthenticateEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { public class AuthenticateEventArgs : EventArgs { private bool _authenticated; public AuthenticateEventArgs() : this(false) { } public AuthenticateEventArgs(bool authenticated) { _authenticated = authenticated; } ////// Gets or sets the success of the authentication attempt. Would be set by /// custom authentication logic in the Login.Authenticate event handler. /// public bool Authenticated { get { return _authenticated; } set { _authenticated = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { public class AuthenticateEventArgs : EventArgs { private bool _authenticated; public AuthenticateEventArgs() : this(false) { } public AuthenticateEventArgs(bool authenticated) { _authenticated = authenticated; } ////// Gets or sets the success of the authentication attempt. Would be set by /// custom authentication logic in the Login.Authenticate event handler. /// public bool Authenticated { get { return _authenticated; } set { _authenticated = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OneOfConst.cs
- SpeechEvent.cs
- TimeoutException.cs
- WindowsRegion.cs
- recordstatefactory.cs
- XmlDictionary.cs
- Panel.cs
- WebPartZoneBase.cs
- PolyBezierSegmentFigureLogic.cs
- GridSplitterAutomationPeer.cs
- RadioButton.cs
- TextModifier.cs
- DodSequenceMerge.cs
- Stroke.cs
- ColumnMapVisitor.cs
- CssStyleCollection.cs
- SaveFileDialog.cs
- WebControlAdapter.cs
- Rect.cs
- ProxyBuilder.cs
- X509CertificateValidator.cs
- IsolatedStorageException.cs
- UITypeEditors.cs
- CompilerGeneratedAttribute.cs
- TypeUtils.cs
- DbConnectionHelper.cs
- MailWriter.cs
- DispatcherProcessingDisabled.cs
- Exceptions.cs
- CopyOnWriteList.cs
- SocketPermission.cs
- ExpandCollapsePattern.cs
- ListViewItem.cs
- GeneralTransform.cs
- UrlAuthFailureHandler.cs
- OptimalTextSource.cs
- CacheSection.cs
- SqlDataSourceQuery.cs
- PropertyPathWorker.cs
- HMACSHA1.cs
- DbBuffer.cs
- QueryRewriter.cs
- PolygonHotSpot.cs
- ReadWriteObjectLock.cs
- TouchDevice.cs
- WebSysDescriptionAttribute.cs
- BitStack.cs
- ActionItem.cs
- CodeValidator.cs
- Adorner.cs
- IIS7WorkerRequest.cs
- RequestCachePolicyConverter.cs
- TypeResolvingOptions.cs
- AstTree.cs
- Repeater.cs
- TransactionContextManager.cs
- SqlFacetAttribute.cs
- StorageAssociationTypeMapping.cs
- __TransparentProxy.cs
- Label.cs
- Visitors.cs
- ConstrainedDataObject.cs
- AssertUtility.cs
- XmlText.cs
- WebBrowserNavigatingEventHandler.cs
- WebPartVerbsEventArgs.cs
- WmpBitmapDecoder.cs
- SmtpNetworkElement.cs
- MessageSecurityOverTcpElement.cs
- ConfigXmlDocument.cs
- ComponentResourceKeyConverter.cs
- DispatcherEventArgs.cs
- MultiTargetingUtil.cs
- ExpressionNode.cs
- Table.cs
- XmlTextReaderImplHelpers.cs
- InfoCardTraceRecord.cs
- GreenMethods.cs
- SqlParameterCollection.cs
- EntryPointNotFoundException.cs
- XmlSchemaValidationException.cs
- UIElementPropertyUndoUnit.cs
- DataPagerFieldCommandEventArgs.cs
- PersonalizableTypeEntry.cs
- Wildcard.cs
- PersistenceTypeAttribute.cs
- ConsumerConnectionPoint.cs
- SoundPlayer.cs
- QilSortKey.cs
- EventData.cs
- DependencyObject.cs
- SkipQueryOptionExpression.cs
- NegatedConstant.cs
- RegularExpressionValidator.cs
- DataGridCaption.cs
- HtmlLink.cs
- CompensatableTransactionScopeActivity.cs
- UpdateProgress.cs
- DataContractSerializerOperationBehavior.cs
- ToolBarButtonClickEvent.cs