Поделиться через


GenericXmlSecurityToken.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<T> принадлежит к типу SecurityKey, который содержит набор ключей, связанных с маркером проверки.

Комментарии

Маркер проверки можно получить, обратившись к свойству ProofToken.

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