Condividi tramite


Saml2Assertion.ExternalEncryptedKeys Proprietà

Definizione

Ottiene o imposta una raccolta contenente eventuali chiavi crittografate aggiuntive specificate esternamente all'elemento EncryptedData, come elementi figlio dell'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)

Valore della proprietà

Raccolta del tipo EncryptedKeyIdentifierClause che contiene le chiavi.

Si applica a