2 references to ALG_TYPE_RSA
System.Security.Cryptography (2)
System\Security\Cryptography\CapiHelper.Shared.cs (2)
21
internal const int CALG_RSA_SIGN = (ALG_CLASS_SIGNATURE |
ALG_TYPE_RSA
| 0);
23
internal const int CALG_RSA_KEYX = (ALG_CLASS_KEY_EXCHANGE |
ALG_TYPE_RSA
| 0);