Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / ClientServices / Providers / ClientFormsAuthenticationCredentials.cs / 1 / ClientFormsAuthenticationCredentials.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ClientServices.Providers { using System; using System.Diagnostics.CodeAnalysis; public class ClientFormsAuthenticationCredentials { [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="username", Justification="consistent with Whidbey")] public ClientFormsAuthenticationCredentials(string username, string password, bool rememberMe) { _UserName = username; _Password = password; _RememberMe = rememberMe; } public string UserName { get { return _UserName; } set { _UserName = value; } } public string Password { get { return _Password; } set { _Password = value; } } public bool RememberMe { get { return _RememberMe; } set { _RememberMe = value; } } private string _UserName; private string _Password; private bool _RememberMe; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ClientServices.Providers { using System; using System.Diagnostics.CodeAnalysis; public class ClientFormsAuthenticationCredentials { [SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="username", Justification="consistent with Whidbey")] public ClientFormsAuthenticationCredentials(string username, string password, bool rememberMe) { _UserName = username; _Password = password; _RememberMe = rememberMe; } public string UserName { get { return _UserName; } set { _UserName = value; } } public string Password { get { return _Password; } set { _Password = value; } } public bool RememberMe { get { return _RememberMe; } set { _RememberMe = value; } } private string _UserName; private string _Password; private bool _RememberMe; } } // 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
- RectangleConverter.cs
- ToolboxItemWrapper.cs
- RootBrowserWindowAutomationPeer.cs
- QilStrConcatenator.cs
- WebPartCloseVerb.cs
- ModelVisual3D.cs
- MarkupCompilePass1.cs
- SendParametersContent.cs
- DBDataPermissionAttribute.cs
- OpenFileDialog.cs
- FunctionParameter.cs
- MatchSingleFxEngineOpcode.cs
- CaseCqlBlock.cs
- FontInfo.cs
- DataRowView.cs
- ObjectDataSourceDisposingEventArgs.cs
- EncodingDataItem.cs
- TableCellAutomationPeer.cs
- BrowserTree.cs
- StorageFunctionMapping.cs
- XmlDocumentSurrogate.cs
- DbMetaDataCollectionNames.cs
- PerfCounters.cs
- ElementProxy.cs
- Options.cs
- IncrementalHitTester.cs
- BaseEntityWrapper.cs
- SoapHeaderException.cs
- SettingsPropertyValue.cs
- TraceData.cs
- SqlFlattener.cs
- TrustSection.cs
- WebPartCatalogAddVerb.cs
- GridViewSortEventArgs.cs
- DetailsViewUpdatedEventArgs.cs
- ApplicationProxyInternal.cs
- TextTreePropertyUndoUnit.cs
- CompositeFontParser.cs
- WindowsFormsHostAutomationPeer.cs
- UserUseLicenseDictionaryLoader.cs
- CTreeGenerator.cs
- webbrowsersite.cs
- XmlAnyElementAttribute.cs
- Clipboard.cs
- HatchBrush.cs
- Matrix3D.cs
- SettingsBindableAttribute.cs
- DetailsViewModeEventArgs.cs
- TableCellCollection.cs
- SchemaSetCompiler.cs
- Stack.cs
- XamlStackWriter.cs
- SqlComparer.cs
- UserUseLicenseDictionaryLoader.cs
- DataServiceProviderMethods.cs
- IisTraceListener.cs
- Encoder.cs
- RootNamespaceAttribute.cs
- HtmlControlAdapter.cs
- AccessControlList.cs
- NativeMethods.cs
- WindowsAuthenticationModule.cs
- TextEditorTyping.cs
- ListViewGroupItemCollection.cs
- BrushConverter.cs
- TransformedBitmap.cs
- Pen.cs
- SecureStringHasher.cs
- mansign.cs
- DoubleAnimationUsingKeyFrames.cs
- XsltLibrary.cs
- DataTableReaderListener.cs
- ping.cs
- Utils.cs
- Control.cs
- FontInfo.cs
- ClientSettingsProvider.cs
- HandleCollector.cs
- ConfigurationSectionGroupCollection.cs
- TextDpi.cs
- PagedDataSource.cs
- Permission.cs
- mediaclock.cs
- SqlProfileProvider.cs
- RulePatternOps.cs
- BaseParaClient.cs
- JsonObjectDataContract.cs
- SoapElementAttribute.cs
- XamlPointCollectionSerializer.cs
- DebugView.cs
- Math.cs
- TypedTableHandler.cs
- SafeArrayRankMismatchException.cs
- DistinctQueryOperator.cs
- CodeSubDirectory.cs
- VersionedStreamOwner.cs
- ScopelessEnumAttribute.cs
- _OverlappedAsyncResult.cs
- DbDataReader.cs
- KnownBoxes.cs