ClaimTypes.Authentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得宣告的 URI,這個宣告會明確指出有關是否已驗證識別的詳細資料。
public:
static property System::String ^ Authentication { System::String ^ get(); };
public static string Authentication { get; }
static member Authentication : string
Public Shared ReadOnly Property Authentication As String
屬性值
宣告的 URI,這個宣告會明確指出有關是否已驗證識別的詳細資料。
備註
這個屬性傳回的字串為 http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication
。