WindowsSecurityToken.SecurityKeys Propriété

Définition

Obtient les clés de chiffrement associées au jeton de sécurité.

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)

Valeur de propriété

ReadOnlyCollection<T> de type SecurityKey qui contient l'ensemble de clés associé au jeton de sécurité.

Remarques

La méthode SecurityKeys retourne une collection vide, par défaut.

S’applique à