DataHashAlgorithm Property
|
Get the HashAlgorithm used to compute this DataHash.
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic HashAlgorithm Algorithm { get; }
Public ReadOnly Property Algorithm As HashAlgorithm
Get
public:
property HashAlgorithm^ Algorithm {
HashAlgorithm^ get ();
}
member Algorithm : HashAlgorithm with get
Property Value
Type:
HashAlgorithm
See Also