2 references to ALG_CLASS_SIGNATURE
mscorlib (2)
system\security\cryptography\utils.cs (2)
79
internal const int CALG_RSA_SIGN = (
ALG_CLASS_SIGNATURE
| ALG_TYPE_RSA | 0);
80
internal const int CALG_DSS_SIGN = (
ALG_CLASS_SIGNATURE
| ALG_TYPE_DSS | 0);