Aracılığıyla paylaş


EncryptedSecurityToken.SecurityKeys Özellik

Tanım

Güvenlik belirteci ile ilişkili şifreleme anahtarlarını alı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

Güvenlik belirteci ile ilişkili anahtar kümesi.

Açıklamalar

'den SecurityTokendevralındı.

Şunlara uygulanır

Ayrıca bkz.