言語

EmptySecurityKeyIdentifierClause コンストラクター

定義

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

オーバーロード

名前 説明
EmptySecurityKeyIdentifierClause()

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

EmptySecurityKeyIdentifierClause(Object)

指定したコンテキストを使用して、 EmptySecurityKeyIdentifierClause クラスの新しいインスタンスを初期化します。

EmptySecurityKeyIdentifierClause()

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

public:
 EmptySecurityKeyIdentifierClause();
public EmptySecurityKeyIdentifierClause();
Public Sub New ()

注釈

このコンストラクターは、コンテキストなしで必要なキーを解決する方法をユーザーが認識していることを前提としています。

適用対象

EmptySecurityKeyIdentifierClause(Object)

指定したコンテキストを使用して、 EmptySecurityKeyIdentifierClause クラスの新しいインスタンスを初期化します。

public:
 EmptySecurityKeyIdentifierClause(System::Object ^ context);
public EmptySecurityKeyIdentifierClause(object context);
new System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause : obj -> System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause
Public Sub New (context As Object)

パラメーター

context
Object

空の句を特定のキーに解決する必要があるときにヒントを提供するために使用されます。 <KeyInfo>要素のない署名を持つ SAML11 トークンと SAML2 トークンの場合、このプロパティには現在処理中のアサーションが含まれます。

適用対象