SignatureValue

CmsSigner.SignatureValue property

Gets the result of digital signature generation, using the message digest and the signer’s private key.

public string SignatureValue { get; }

Property Value

The result of digital signature generation, using the message digest and the signer’s private key.

See Also