GenericXmlSecurityToken.SecurityKeys Proprietà

Definizione

Ottiene le chiavi crittografiche associate al token di 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)

Valore della proprietà

Classe ReadOnlyCollection<T> di tipo SecurityKey che contiene un set di chiavi associato al token di prova.

Commenti

Il token di prova può essere ottenuto ottenendo la proprietà ProofToken.

Si applica a