Saml2Assertion.ExternalEncryptedKeys Propriedade

Definição

Obtém ou define uma coleção que contém quaisquer chaves encriptadas adicionais especificadas externamente ao elemento EncryptedData, como filhos 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 de Propriedade

Uma coleção de tipos EncryptedKeyIdentifierClause que contém as chaves.

Aplica-se a