IIdentity.AuthenticationType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所使用的驗證 (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
屬性值
用來識別使用者的驗證類型。
備註
驗證類型會由操作系統或其他驗證提供者傳遞至 Common Language Runtime。 基本身份驗證、NTLM、Kerberos 和 Passport 是驗證類型的範例。