2 references to ALG_TYPE_BLOCK
System.Security.Cryptography (2)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
1508
internal const int CALG_DES = (ALG_CLASS_DATA_ENCRYPT |
ALG_TYPE_BLOCK
| 1);
1509
internal const int CALG_RC2 = (ALG_CLASS_DATA_ENCRYPT |
ALG_TYPE_BLOCK
| 2);