9 references to ALG_CLASS_ENCRYPT
System.Net.Primitives (9)
System\Net\SecureProtocols\SslEnumTypes.cs (9)
41
Rc2 = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_RC2),
42
Rc4 = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_STREAM | Interop.Crypt32.ALG_SID_RC4),
43
Des = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_DES),
44
TripleDes = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_3DES),
45
Aes = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_AES),
46
Aes128 = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_AES_128),
47
Aes192 = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_AES_192),
48
Aes256 = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
| Interop.Crypt32.ALG_TYPE_BLOCK | Interop.Crypt32.ALG_SID_AES_256),
49
Null = (Interop.Crypt32.
ALG_CLASS_ENCRYPT
), // 0-bit NULL cipher algorithm