The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ECDsaCng::HashAlgorithm Property
.NET Framework (current version)
Gets or sets the hash algorithm to use when signing and verifying data.
Assembly: System.Core (in System.Core.dll)
public: property CngAlgorithm^ HashAlgorithm { CngAlgorithm^ get(); void set(CngAlgorithm^ value); }
Property Value
Type: System.Security.Cryptography::CngAlgorithm^An object that specifies the hash algorithm.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: