BinarySecretSecurityToken クラス

定義

バイナリ シークレット セキュリティ トークンを表します。

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

コンストラクター

BinarySecretSecurityToken(Byte[])

BinarySecretSecurityToken クラスの新しいインスタンスを初期化します。

BinarySecretSecurityToken(Int32)

BinarySecretSecurityToken クラスの新しいインスタンスを初期化します。

BinarySecretSecurityToken(String, Byte[])

BinarySecretSecurityToken クラスの新しいインスタンスを初期化します。

BinarySecretSecurityToken(String, Byte[], Boolean)

BinarySecretSecurityToken クラスの新しいインスタンスを初期化します。

BinarySecretSecurityToken(String, Int32)

BinarySecretSecurityToken クラスの新しいインスタンスを初期化します。

BinarySecretSecurityToken(String, Int32, Boolean)

BinarySecretSecurityToken クラスの新しいインスタンスを初期化します。

プロパティ

Id

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

KeySize

トークンのキー サイズを取得します。

SecurityKeys

セキュリティ キーのコレクションを取得します。

ValidFrom

トークンの有効開始時刻を取得します。

ValidTo

トークンの有効開始時刻を取得します。

メソッド

CanCreateKeyIdentifierClause<T>()

このセキュリティ トークンが、指定したキー識別子を作成できるかどうかを示す値を取得します。

(継承元 SecurityToken)
CreateKeyIdentifierClause<T>()

指定したキー識別句を作成します。

(継承元 SecurityToken)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetKeyBytes()

キーを表すバイトを取得します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

このインスタンスのキー識別子を指定したキー識別子に解決できるかどうかを示す値を返します。

(継承元 SecurityToken)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

指定したキー識別句のキーを取得します。

(継承元 SecurityToken)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象