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 元素中提供的加密密钥。

适用于