Sdílet prostřednictvím


Saml2Assertion.ExternalEncryptedKeys Vlastnost

Definice

Získá nebo nastaví kolekci, která obsahuje všechny další šifrované klíče, které jsou zadány mimo EncryptedData element, jako podřízené encryptedAssertion elementu.

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)

Hodnota vlastnosti

Kolekce typu EncryptedKeyIdentifierClause , která obsahuje klíče.

Platí pro