2 references to ALG_CLASS_SIGNATURE
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);
22
internal const int CALG_DSS_SIGN = (
ALG_CLASS_SIGNATURE
| ALG_TYPE_DSS | 0);