SocketTools .NET Edition

SocketWrench.SecureHash Property

Gets a value that specifies the message digest algorithm used for a secure connection.

[Visual Basic]
Public ReadOnly Property SecureHash As SecureHashAlgorithm
[C#]
public SocketWrench.SecureHashAlgorithm SecureHash {get;}

Property Value

A SecureHashAlgorithm enumeration value which identifies the algorithm.

Remarks

The SecureHash property returns a value which identifies the message digest (hash) algorithm that was selected when a secure connection was established. If a secure connection has not been established, this property will return a value of hashNone.

See Also

SocketWrench Class | SocketTools Namespace