Saml2SubjectConfirmationData.KeyIdentifiers プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
証明エンティティを認証するためになんらかの方法で使用される暗号化キーのコレクションを取得します。 [Saml2Core, 2.4.1.3]
public:
property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::SecurityKeyIdentifier ^> ^ KeyIdentifiers { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::SecurityKeyIdentifier ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.SecurityKeyIdentifier> KeyIdentifiers { get; }
member this.KeyIdentifiers : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.SecurityKeyIdentifier>
Public ReadOnly Property KeyIdentifiers As Collection(Of SecurityKeyIdentifier)
プロパティ値
キーが格納された SecurityKeyIdentifier 型のコレクション。
注釈
KeyInfoConfirmationDataType で制約されている SubjectConfirmationData 要素の内容。 このデータ型は、 要素に 1 つ以上の ds:KeyInfo 要素に提示される暗号化キーが含まれていることを示します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET