SessionSecurityToken.SecurityKeys Egenskap

Definition

Hämtar nycklarna som är associerade med den här sessionen. Det här är vanligtvis en enda nyckel.

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)

Egenskapsvärde

Nycklarna som är associerade med sessionen. Det finns vanligtvis en enda nyckel.

Kommentarer

Note

Standardimplementeringen använder inte den här egenskapen. Signerings- och krypteringsnycklar styrs av cookietransformeringar som tillämpas av den SessionSecurityTokenHandler som bearbetar token.

Gäller för