Condividi tramite


Saml2NameIdentifier.ExternalEncryptedKeys Proprietà

Definizione

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

Valore della proprietà

Oggetto Collection<T> che contiene le chiavi.

Si applica a