Share via


Saml2Assertion.ExternalEncryptedKeys Propiedad

Definición

Obtiene o establece una colección que contiene las claves cifradas adicionales que se especifican como externas al elemento EncryptedData, como elementos secundarios del 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 propiedad

Colección de tipos EncryptedKeyIdentifierClause que contiene las claves.

Se aplica a