SessionSecurityToken.SecurityKeys Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.