AuthenticationInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含授權單位在建立主題的權杖時所判斷提示的驗證資訊。
public ref class AuthenticationInformation
public class AuthenticationInformation
type AuthenticationInformation = class
Public Class AuthenticationInformation
- 繼承
-
AuthenticationInformation
建構函式
AuthenticationInformation() |
初始化 AuthenticationInformation 類別的新執行個體。 |
屬性
Address |
取得或設定建立權杖之授權單位的位址。 |
AuthorizationContexts |
取得發出權杖時驗證授權單位使用的 AuthorizationContext。 |
DnsName |
取得或設定建立權杖之授權單位的 DNS 名稱。 |
NotOnOrAfter |
取得或設定工作階段索引中工作階段所參考的、必須被視為已結束的時間。 |
Session |
取得或設定工作階段索引,描述授權單位和用戶端之間的工作階段。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |