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 トークンの場合、このプロパティは、現在処理中のアサーションを格納します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET