Saml2SecurityToken.SecurityKeys Właściwość

Definicja

Pobiera klucze kryptograficzne skojarzone z tokenem zabezpieczającym.

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

ReadOnlyCollection<SecurityKey>

ReadOnlyCollection<T>Typu zawierającego SecurityKey zestaw kluczy skojarzonych z tokenem zabezpieczającym.

Uwagi

Użyj SecurityKeys właściwości, aby ustawić klucze kryptograficzne dla tego tokenu zabezpieczającego, aby chronić komunikat protokołu SOAP. Klucze mogą być używane, między innymi, do cyfrowego podpisywania lub szyfrowania komunikatów protokołu SOAP.

Dotyczy