8 references to AlgorithmType
System.Core (8)
System\Security\Cryptography\CapiNative.cs (8)
53
Aes128 = (AlgorithmClass.DataEncryption |
AlgorithmType
.Block | AlgorithmSubId.Aes128), // CALG_AES_128
54
Aes192 = (AlgorithmClass.DataEncryption |
AlgorithmType
.Block | AlgorithmSubId.Aes192), // CALG_AES_192
55
Aes256 = (AlgorithmClass.DataEncryption |
AlgorithmType
.Block | AlgorithmSubId.Aes256), // CALG_AES_256
57
MD5 = (AlgorithmClass.Hash |
AlgorithmType
.Any | AlgorithmSubId.MD5), // CALG_MD5
58
Sha1 = (AlgorithmClass.Hash |
AlgorithmType
.Any | AlgorithmSubId.Sha1), // CALG_SHA1
59
Sha256 = (AlgorithmClass.Hash |
AlgorithmType
.Any | AlgorithmSubId.Sha256), // CALG_SHA_256
60
Sha384 = (AlgorithmClass.Hash |
AlgorithmType
.Any | AlgorithmSubId.Sha384), // CALG_SHA_384
61
Sha512 = (AlgorithmClass.Hash |
AlgorithmType
.Any | AlgorithmSubId.Sha512) // CALG_SHA_512