Initializes new instance of MailSignatureParameters.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	hashAlgorithm As MailHashingAlgorithm, _
	style As MailSignatureStyle _
)
C#
public MailSignatureParameters(
	MailHashingAlgorithm hashAlgorithm,
	MailSignatureStyle style
)

Parameters

hashAlgorithm
Type: Rebex.Mail..::..MailHashingAlgorithm
Signature hashing algorithm.
style
Type: Rebex.Mail..::..MailSignatureStyle
Signature style.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also