SessionSecurityToken.SecurityKeys Właściwość

Definicja

Pobiera klucze skojarzone z tą sesją. Zazwyczaj jest to pojedynczy klucz.

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)

Wartość właściwości

Klucze skojarzone z sesją. Zazwyczaj istnieje jeden klucz.

Uwagi

Uwaga

Domyślna implementacja nie używa tej właściwości. Klucze podpisywania i szyfrowania są dyktowane przez przekształcenia plików cookie stosowane przez SessionSecurityTokenHandler proces tokenu.

Dotyczy