7 references to TypeBlock
System (7)
net\System\Net\SecureProtocols\SslEnumTypes.cs (7)
55
Rc2 = (Alg.ClassEncrypt | Alg.
TypeBlock
| Alg.NameRC2),
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),