Поделиться через


Saml2NameIdentifier.ExternalEncryptedKeys Свойство

Определение

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

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)

Значение свойства

Объект Collection<T>, содержащий ключи.

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