GenericXmlSecurityToken.SecurityKeys Propriedade

Definição

Obtém as chaves criptográficas associadas ao token de prova.

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

Um ReadOnlyCollection<T> do tipo SecurityKey que contém o conjunto de chaves associado ao token de prova.

Comentários

O token de prova pode ser obtido obtendo pela obtenção da ProofToken propriedade .

Aplica-se a