SupportingTokenSpecification クラス

定義

サポート セキュリティ トークンとその承認ポリシーを表します。

public ref class SupportingTokenSpecification : System::ServiceModel::Security::SecurityTokenSpecification
public class SupportingTokenSpecification : System.ServiceModel.Security.SecurityTokenSpecification
type SupportingTokenSpecification = class
    inherit SecurityTokenSpecification
Public Class SupportingTokenSpecification
Inherits SecurityTokenSpecification
継承
SupportingTokenSpecification

注釈

サポート トークンは、メッセージ署名に関連付けられたトークンによって提供されるクレームを強化します。 サポート トークンには 4 種類あり、現在のインスタンスがどの種類であるかは SecurityTokenAttachmentMode 列挙体で指定されます。

コンストラクター

SupportingTokenSpecification(SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>, SecurityTokenAttachmentMode)

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

SupportingTokenSpecification(SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>, SecurityTokenAttachmentMode, SecurityTokenParameters)

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

プロパティ

SecurityToken

セキュリティ トークンを取得します。

(継承元 SecurityTokenSpecification)
SecurityTokenAttachmentMode

セキュリティ トークンの添付モードを取得します。

SecurityTokenPolicies

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

(継承元 SecurityTokenSpecification)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象