Saml2Assertion.ExternalEncryptedKeys 属性

定义

获取或设置包含所有附加密钥的集合,该密钥被作为 EncryptedAssertion 元素的子集指定为外部 EncryptedData 元素。

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::EncryptedKeyIdentifierClause ^> ^ ExternalEncryptedKeys { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::EncryptedKeyIdentifierClause ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.EncryptedKeyIdentifierClause> ExternalEncryptedKeys { get; }
member this.ExternalEncryptedKeys : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.EncryptedKeyIdentifierClause>
Public ReadOnly Property ExternalEncryptedKeys As Collection(Of EncryptedKeyIdentifierClause)

属性值

包含键的 EncryptedKeyIdentifierClause 类型的的集合。

适用于