Saml2Assertion.ExternalEncryptedKeys Propriedade

Definição

Obtém ou define uma coleção que contém quaisquer chaves criptografadas adicionais especificadas externamente para o elemento EncryptedData, como filhas do elemento 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)

Valor da propriedade

Uma coleção do tipo EncryptedKeyIdentifierClause que contém as chaves.

Aplica-se a