Sdílet prostřednictvím


UserNameSecurityToken.SecurityKeys Vlastnost

Definice

Získá kryptografické klíče přidružené k tokenu zabezpečení.

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)

Hodnota vlastnosti

Typ SecurityKey , ReadOnlyCollection<T> který obsahuje sadu klíčů přidružených k tokenu zabezpečení.

Poznámky

UserNameSecurityToken Tokeny zabezpečení nelze ve výchozím nastavení použít pro kryptografické operace, takže vlastnost vrací prázdnou kolekci SecurityKeys .

Platí pro