AuthenticationFeature.AuthenticationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.