[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CryptographicAlgorithmSid

Enum CryptographicAlgorithmSid

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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.

public enum CryptographicAlgorithmSid

Fields

HMAC = 9

HMAC hash algorithm.

MAC = 5

MAC hash algorithm.

MD2 = 1

MD2 hash algorithm.

MD4 = 2

MD4 hash algorithm.

MD5 = 3

MD5 hash algorithm.

RIMEMD_160 = 7

RIMEMD-160 hash algorithm.

RIPEMD = 6

RIPEMD hash algorithm.

SHA_1 = 4

SHA-1 hash algorithm.

SHA_256 = 12

SHA-256 hash algorithm.

SHA_384 = 13

SHA-384 hash algorithm.

SHA_512 = 14

SHA-512 hash algorithm.

Undefined = 0

Undefined algorithm.