[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CryptographicAlgorithmSid

CryptographicAlgorithmSid Enum

Specifies the specific cryptographic hashing algorithm which shall be used along with the salt property and user-supplied password in order to compute a hash value for comparison.

Namespace: GrapeCity.Documents.Word
Assembly: GcDocs.Word.dll
Syntax
public enum CryptographicAlgorithmSid

Fields

Name Description
HMAC

HMAC hash algorithm.

MAC

MAC hash algorithm.

MD2

MD2 hash algorithm.

MD4

MD4 hash algorithm.

MD5

MD5 hash algorithm.

RIMEMD_160

RIMEMD-160 hash algorithm.

RIPEMD

RIPEMD hash algorithm.

SHA_1

SHA-1 hash algorithm.

SHA_256

SHA-256 hash algorithm.

SHA_384

SHA-384 hash algorithm.

SHA_512

SHA-512 hash algorithm.

Undefined

Undefined algorithm.