Share via


AuthenticationType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the type of the authentication.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property AuthenticationType As AuthenticationType
public AuthenticationType AuthenticationType { get; set; }
public:
property AuthenticationType AuthenticationType {
    AuthenticationType get ();
    void set (AuthenticationType value);
}
member AuthenticationType : AuthenticationType with get, set
function get AuthenticationType () : AuthenticationType
function set AuthenticationType (value : AuthenticationType)

Property Value

Type: System.Net. . :: . .AuthenticationType
The type of the authentication.

.NET Framework Security

See Also

Reference

NetworkCredential Class

System.Net Namespace