EmptySecurityKeyIdentifierClause コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 トークンの場合、このプロパティには現在処理中のアサーションが含まれます。