C#
public enum struct AuthenticationSchemes : System.IComparable, System.IFormattable, System.IConvertible
{
}
Articles
|
... that header directly on that class, you need to use one defined in the AuthenticationSchemes enumeration ( http://msdn2.microsoft.com/en-us/library/system.net.authenticationschemes ...
|
|
Mono Class Library : System.Net Namespace System.Net.AuthenticationSchemes Enumeration. Note: This namespace, class, or member is supported only in version .NET 2 ...
|
|
Gets or sets the scheme used to authenticate clients. ... Property Value Type: System.Net . . :: . AuthenticationSchemes. A bitwise combination of AuthenticationSchemes enumeration ...
|
|
Note: This enumeration is new in the .NET Framework version 2.0. Specifies ... Previous Versions .NET Framework 2.0 Class Library Reference System.Net AuthenticationSchemes Enumeration
|