Freigeben über


GenericXmlSecurityToken.SecurityKeys Eigenschaft

Definition

Ruft die kryptografischen Schlüssel ab, die dem Dokumentprüfungstoken zugeordnet sind.

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)

Eigenschaftswert

A ReadOnlyCollection<T> of type SecurityKey that contains the set of keys associated with the proof token.

Hinweise

Das Dokumenttoken kann durch Abrufen der ProofToken Eigenschaft abgerufen werden.

Gilt für: