Udostępnij przez


GenericXmlSecurityToken.SecurityKeys Właściwość

Definicja

Pobiera klucze kryptograficzne skojarzone z tokenem dowodowym.

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)

Wartość właściwości

SecurityKey Typ ReadOnlyCollection<T> zawierający zestaw kluczy skojarzonych z tokenem dowodowym.

Uwagi

Token dowodowy można uzyskać, uzyskując ProofToken właściwość .

Dotyczy