次の方法で共有


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 トークンの場合、このプロパティは、現在処理中のアサーションを格納します。

適用対象