Partager via


Saml2NameIdentifier.ExternalEncryptedKeys Propriété

Définition

Obtient une collection contenant des clés chiffrées supplémentaires qui sont spécifiées externes à l'élément xenc:EncryptedData, en tant qu'éléments enfants de l'élément 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)

Valeur de propriété

Collection<T> qui contient les clés.

S’applique à