AuthenticationType Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines network authentication types.
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Enumeration AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
Members
Member name | Description | |
---|---|---|
Basic | Basic authentication. | |
WindowsLive | Microsoft Live ID delegate authentication. |