言語

Saml2SubjectConfirmationData.KeyIdentifiers プロパティ

定義

構成証明エンティティを認証するために何らかの方法で使用される暗号化キーのコレクションを取得します。 [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 要素に提示される暗号化キーが含まれていることを示します。

適用対象