SecurityContextSecurityToken.SecurityKeys Свойство

Определение

Получает коллекцию со свойством «только чтение», содержащую ключи безопасности.

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)

Значение свойства

ReadOnlyCollection<SecurityKey>

Коллекция со свойством «только чтение», которая содержит экземпляры SecurityKey.

Применяется к