ClaimTypes.Authentication 屬性

定義

取得宣告的 URI,這個宣告會明確指出有關是否已驗證識別的詳細資料。

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

屬性值

String

宣告的 URI,這個宣告會明確指出有關是否已驗證識別的詳細資料。

備註

這個屬性傳回的字串為 http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication

適用於

另請參閱