Share via


SspiSecurityToken 類別

定義

表示 SSPI 安全性權杖。

public ref class SspiSecurityToken : System::IdentityModel::Tokens::SecurityToken
public class SspiSecurityToken : System.IdentityModel.Tokens.SecurityToken
type SspiSecurityToken = class
    inherit SecurityToken
Public Class SspiSecurityToken
Inherits SecurityToken
繼承
SspiSecurityToken

建構函式

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

初始化 SspiSecurityToken 類別的新執行個體。

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

初始化 SspiSecurityToken 類別的新執行個體。

屬性

AllowNtlm

取得值,這個值表示是否允許 NTLM 驗證。

AllowUnauthenticatedCallers

取得值,這個值表示是否允許匿名呼叫端。

ExtractGroupsForWindowsAccounts

取得值,這個值表示是否擷取 Windows 帳戶所屬的群組。

Id

取得 Token 識別碼。

ImpersonationLevel

取得權杖模擬層級。

NetworkCredential

取得網路認證。

SecurityKeys

取得安全性金鑰的集合。

ValidFrom

取得權杖的開始有效日期。

ValidTo

取得權杖到期日。

方法

CanCreateKeyIdentifierClause<T>()

取得值,這個值會指出這個安全性權杖是否能夠建立指定的金鑰識別碼。

(繼承來源 SecurityToken)
CreateKeyIdentifierClause<T>()

建立指定的金鑰識別碼子句。

(繼承來源 SecurityToken)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

傳回值,這個值會指出這個執行個體的金鑰識別碼是否能夠解析為指定的金鑰識別碼。

(繼承來源 SecurityToken)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

取得指定之金鑰識別碼子句的金鑰。

(繼承來源 SecurityToken)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於