X509SecurityToken.SecurityKeys Propriedade

Definição

Obtém as chaves criptográficas associadas ao token de segurança.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ SecurityKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys { get; }
member this.SecurityKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey>
Public Overrides ReadOnly Property SecurityKeys As ReadOnlyCollection(Of SecurityKey)

Valor da propriedade

ReadOnlyCollection<SecurityKey>

Uma ReadOnlyCollection<T> do tipo SecurityKey que contém o conjunto de chaves associadas com o token de segurança.

Comentários

Use a SecurityKeys propriedade para definir as chaves de criptografia para esse token de segurança para proteger uma mensagem SOAP. As chaves podem ser usadas, entre outras coisas, para assinar digitalmente ou criptografar mensagens SOAP.

Aplica-se a