FormsIdentity.AuthenticationType Eigenschap

Definitie

Hiermee haalt u het type geverifieerde identiteit op.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); };
public:
 virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public string AuthenticationType { get; }
public override string AuthenticationType { get; }
member this.AuthenticationType : string
Public ReadOnly Property AuthenticationType As String
Public Overrides ReadOnly Property AuthenticationType As String

Waarde van eigenschap

Het type geverifieerde identiteit. Deze eigenschap retourneert altijd 'Formulieren'.

Implementeringen

Van toepassing op

Zie ook