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