Share via


HashAlgorithm Property

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

Gets or sets the hash algorithm to use when signing and verifying data.

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

Syntax

'Declaration
Public Property HashAlgorithm As MechanismType
public MechanismType HashAlgorithm { get; set; }
public:
property MechanismType HashAlgorithm {
    MechanismType get ();
    void set (MechanismType value);
}
member HashAlgorithm : MechanismType with get, set
function get HashAlgorithm () : MechanismType
function set HashAlgorithm (value : MechanismType)

Property Value

Type: Microsoft.SPOT.Cryptoki. . :: . .MechanismType
An object that specifies the hash algorithm.

.NET Framework Security

See Also

Reference

ECDsaCryptoServiceProvider Class

System.Security.Cryptography Namespace