Sdílet prostřednictvím


SessionSecurityToken.SecurityKeys Vlastnost

Definice

Získá klíče přidružené k této relaci. Obvykle se jedná o jeden klíč.

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

Klíče přidružené k relaci. Obvykle existuje jeden klíč.

Poznámky

Poznámka

Výchozí implementace tuto vlastnost nepoužívá. Podpisové a šifrovací klíče jsou diktovány transformacemi souborů cookie použitými objektem SessionSecurityTokenHandler , který token zpracovává.

Platí pro