AuthenticationFeature.AuthenticationType Property

Definition

When overridden in a derived class, gets the type of authentication handshake that the scheme uses.

public:
 abstract property Microsoft::Web::Management::Client::Extensions::AuthenticationType AuthenticationType { Microsoft::Web::Management::Client::Extensions::AuthenticationType get(); };
public abstract Microsoft.Web.Management.Client.Extensions.AuthenticationType AuthenticationType { get; }
member this.AuthenticationType : Microsoft.Web.Management.Client.Extensions.AuthenticationType
Public MustOverride ReadOnly Property AuthenticationType As AuthenticationType

Property Value

One of the AuthenticationType values.

Applies to