Compartilhar via


Saml2NameIdentifier.ExternalEncryptedKeys Propriedade

Definição

Obtém uma coleção que contém as chaves criptografadas adicionais que são especificadas externamente ao elemento xenc:EncryptedData, como elementos filho do elemento 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)

Valor da propriedade

Um Collection<T> que contém as chaves.

Aplica-se a