Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CryptographicAlgorithmSid Enumeration

In This Topic
    CryptographicAlgorithmSid Enumeration
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Enum CryptographicAlgorithmSid 
       Inherits System.Enum
    public enum CryptographicAlgorithmSid : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.CryptographicAlgorithmSid

    See Also