Table of Contents

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

algorithm OfficeHashAlgorithmKind

The algorithm.

Returns

string

The attribute value.

Exceptions

ArgumentOutOfRangeException

The algorithm has no attribute name.