Method AlgorithmAttributeName
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
AlgorithmAttributeName(OfficeHashAlgorithmKind)
Returns the w:algorithmName spelling of an algorithm.
public static string AlgorithmAttributeName(OfficeHashAlgorithmKind algorithm)
Parameters
algorithmOfficeHashAlgorithmKindThe algorithm.
Returns
- string
The attribute value.
Exceptions
- ArgumentOutOfRangeException
The algorithm has no attribute name.