Click or drag to resize

HashAlgorithmAlgorithmStatus Enumeration

HashAlgorithm Status enum.

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public enum AlgorithmStatus
Members
  Member nameValueDescription
Normal0 Normal fully supported algorithm.
NotTrusted1 Algorithm no longer considered secure and only kept for backwards compatibility. Should not be used in new signatures. Should trigger verification warnings when encountered in existing signatures.
NotImplemented2 Algorithm defined in the specification, but not yet available in the implementation.
See Also