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