SessionSecurityToken.SecurityKeys Özellik

Tanım

Bu oturumla ilişkili anahtarları alır. Bu genellikle tek bir anahtardır.

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)

Özellik Değeri

ReadOnlyCollection<SecurityKey>

Oturumla ilişkili anahtarlar. Genellikle tek bir anahtar vardır.

Açıklamalar

Not

Varsayılan uygulama bu özelliği kullanmaz. İmzalama ve şifreleme anahtarları, belirteci işleyen tarafından uygulanan tanımlama bilgisi dönüştürmeleri tarafından belirlenir SessionSecurityTokenHandler .

Şunlara uygulanır