IIdentity.AuthenticationType 屬性

定義

取得所使用的驗證 (Authentication) 類型。

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

屬性值

String

用來識別使用者的驗證類型。

備註

驗證類型會由作業系統或其他驗證提供者傳遞至 Common Language Runtime。 基本驗證、NTLM、Kerberos 和 Passport 是驗證類型的範例。

適用於