SigningCredentials.SigningKeyIdentifier Właściwość

Definicja

Pobiera identyfikator reprezentujący klucz używany do utworzenia podpisu cyfrowego.

public:
 property System::IdentityModel::Tokens::SecurityKeyIdentifier ^ SigningKeyIdentifier { System::IdentityModel::Tokens::SecurityKeyIdentifier ^ get(); };
public System.IdentityModel.Tokens.SecurityKeyIdentifier SigningKeyIdentifier { get; }
member this.SigningKeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier
Public ReadOnly Property SigningKeyIdentifier As SecurityKeyIdentifier

Wartość właściwości

Element SecurityKeyIdentifier określający identyfikator reprezentujący klucz używany do utworzenia podpisu cyfrowego.

Uwagi

Aby ustawić SigningKeyIdentifier właściwość, użyj konstruktora, który przyjmuje signingKeyIdentifier parametr.

Dotyczy