Editar

SignerInfo.SignatureAlgorithm Property

Definition

Gets the identifier for the signature algorithm used by the current SignerInfo object.

public:
 property System::Security::Cryptography::Oid ^ SignatureAlgorithm { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid SignatureAlgorithm { get; }
member this.SignatureAlgorithm : System.Security.Cryptography.Oid
Public ReadOnly Property SignatureAlgorithm As Oid

Property Value

Oid

The identifier for the signature algorithm used by the current SignerInfo object.

Applies to