Saml2Assertion.ExternalEncryptedKeys Свойство

Определение

Получает или задает коллекцию, содержащую любые дополнительные зашифрованные ключи, которые заданы как внешние по отношению к элементу EncryptedData, как дочерние элементы элемента EncryptedAssertion.

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, содержащая ключи.

Применяется к