Gets or sets the hash algorithm to be used to create the signature of the certificate.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property SignatureHashAlgorithm As HashingAlgorithmId
	Get
	Set
C#
public HashingAlgorithmId SignatureHashAlgorithm { get; set; }

Field Value

The hash algorithm to be used to create the signature of the certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also