HashType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the hash algorithm type.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public ReadOnly Property HashType As MechanismType
public MechanismType HashType { get; }
public:
property MechanismType HashType {
    MechanismType get ();
}
member HashType : MechanismType
function get HashType () : MechanismType

Property Value

Type: Microsoft.SPOT.Cryptoki. . :: . .MechanismType
The hash algorithm type.

.NET Framework Security

See Also

Reference

HashAlgorithm Class

System.Security.Cryptography Namespace