3 references to Block
System.Core (3)
System\Security\Cryptography\CapiNative.cs (3)
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