共用方式為


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 元素內容。 此數據類型表示元素包含一或多個ds:KeyInfo 元素中顯示的密碼編譯密鑰。

適用於