Condividi tramite


SigningCredentials.SigningKeyIdentifier Proprietà

Definizione

Ottiene l'identificatore che rappresenta la chiave utilizzata per creare una firma digitale.

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

Valore della proprietà

Oggetto SecurityKeyIdentifier che specifica l'identificatore che rappresenta la chiave utilizzata per creare una firma digitale.

Commenti

Per impostare la SigningKeyIdentifier proprietà, utilizzare il costruttore che accetta un signingKeyIdentifier parametro.

Si applica a