Catalyst Internet Mail .NET

InternetMail.HashStrength Property

Gets a value which specifies the length of the message digest that was selected for a secure connection.

[Visual Basic]
Public ReadOnly Property HashStrength As Integer
[C#]
public int HashStrength {get;}

Property Value

An integer value which specifies the length of the message digest if a secure connection has been established; otherwise a value of 0 is returned.

Remarks

The HashStrength property returns the number of bits used in the message digest (hash) that was selected. Common values returned by this property are 128 and 160. If this property returns a value of 0, this means that a secure connection has not been established with the remote host.

See Also

InternetMail Class | SocketTools Namespace