9 references to ClassEncrypt
System (9)
net\System\Net\SecureProtocols\SslEnumTypes.cs (9)
55
Rc2 = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.NameRC2),
57
Rc4 = (Alg.
ClassEncrypt
| Alg.TypeStream | Alg.NameRC4),
59
Des = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.NameDES),
61
TripleDes = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.Name3DES),
63
Aes = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.NameAES),
65
Aes128 = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.NameAES_128),
67
Aes192 = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.NameAES_192),
69
Aes256 = (Alg.
ClassEncrypt
| Alg.TypeBlock | Alg.NameAES_256),
71
Null = (Alg.
ClassEncrypt
) // 0-bit NULL cipher algorithm