Hashing algorithm for padding generation (only used for Oaep).

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

Syntax

Visual Basic
Public Property HashAlgorithm As MailHashingAlgorithm
	Get
	Set
C#
public MailHashingAlgorithm HashAlgorithm { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also