Saml2Assertion.ExternalEncryptedKeys Egenskap

Definition

Hämtar eller anger en samling som innehåller ytterligare krypterade nycklar som anges utanför encryptedData-elementet, som underordnade till encryptedAssertion-elementet.

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)

Egenskapsvärde

En samling av typen EncryptedKeyIdentifierClause som innehåller nycklarna.

Gäller för