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

トークン ID を取得します。

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)

適用対象