Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ServiceContractGenerationContext.cs
- ObjectContextServiceProvider.cs
- ConfigUtil.cs
- DeviceOverridableAttribute.cs
- WorkflowInstance.cs
- StrokeIntersection.cs
- CompModSwitches.cs
- cookie.cs
- InstalledFontCollection.cs
- AnnotationHelper.cs
- DynamicMethod.cs
- PowerStatus.cs
- LocalizableAttribute.cs
- HostProtectionPermission.cs
- VectorAnimationUsingKeyFrames.cs
- CompositeScriptReference.cs
- CultureInfoConverter.cs
- CaseInsensitiveHashCodeProvider.cs
- WebCategoryAttribute.cs
- SerializationSectionGroup.cs
- _Semaphore.cs
- PathData.cs
- ProviderConnectionPointCollection.cs
- HttpModule.cs
- DesignerActionMethodItem.cs
- ForeignKeyConstraint.cs
- RC2CryptoServiceProvider.cs
- IteratorDescriptor.cs
- XmlAttributeHolder.cs
- _NegotiateClient.cs
- ActivityPropertyReference.cs
- Listbox.cs
- BitStream.cs
- MatrixTransform.cs
- Int32Rect.cs
- TypeElement.cs
- MILUtilities.cs
- ReferenceEqualityComparer.cs
- PkcsMisc.cs
- DebugInfoExpression.cs
- TemplatePropertyEntry.cs
- ISAPIWorkerRequest.cs
- _ServiceNameStore.cs
- ProviderConnectionPoint.cs
- XmlSerializerSection.cs
- OdbcParameterCollection.cs
- unsafenativemethodstextservices.cs
- Vector3DAnimation.cs
- GroupItemAutomationPeer.cs
- ChildDocumentBlock.cs
- Scripts.cs
- SocketElement.cs
- QuaternionKeyFrameCollection.cs
- CustomCategoryAttribute.cs
- HierarchicalDataBoundControl.cs
- Int32Converter.cs
- DropShadowEffect.cs
- ListBox.cs
- ExtentKey.cs
- AlphaSortedEnumConverter.cs
- OleDbConnection.cs
- OptimizedTemplateContentHelper.cs
- RectangleConverter.cs
- DbConvert.cs
- UpdateException.cs
- HostProtectionPermission.cs
- VisemeEventArgs.cs
- FileVersionInfo.cs
- DocumentPageView.cs
- IntSumAggregationOperator.cs
- AttributeSetAction.cs
- CapabilitiesSection.cs
- SizeChangedInfo.cs
- FilterEventArgs.cs
- XNameConverter.cs
- SiteMapProvider.cs
- ColorContextHelper.cs
- WebPermission.cs
- DeferredSelectedIndexReference.cs
- RsaKeyIdentifierClause.cs
- IntSecurity.cs
- DescriptionAttribute.cs
- ApplicationSecurityManager.cs
- TabPanel.cs
- Scanner.cs
- webbrowsersite.cs
- SqlTypeSystemProvider.cs
- HtmlTextArea.cs
- SelectionUIHandler.cs
- EntityContainerEntitySetDefiningQuery.cs
- WindowsListBox.cs
- ProcessInfo.cs
- SchemaTableOptionalColumn.cs
- BaseProcessor.cs
- CalculatedColumn.cs
- DataTableNewRowEvent.cs
- LambdaCompiler.Address.cs
- TraceSection.cs
- VideoDrawing.cs
- InkCollectionBehavior.cs