X509SecurityToken.SecurityKeys Vlastnost

Definice

Získá kryptografické klíče přidružené k tokenu zabezpečení.

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)

Hodnota vlastnosti

Typ ReadOnlyCollection<T>SecurityKey obsahující sadu klíčů přidružených k tokenu zabezpečení.

Poznámky

SecurityKeys Pomocí vlastnosti nastavte kryptografické klíče pro tento token zabezpečení pro ochranu zprávy SOAP. Klíče se dají použít mimo jiné k digitálnímu podepisování nebo šifrování zpráv SOAP.

Platí pro