2 references to CERT_COMPARE_NAME
System.Security (2)
system\security\cryptography\cryptoapi.cs (2)
345
internal const uint CERT_FIND_SUBJECT_NAME = ((int)
CERT_COMPARE_NAME
<< (int) CERT_COMPARE_SHIFT | (int) CERT_INFO_SUBJECT_FLAG);
347
internal const uint CERT_FIND_ISSUER_NAME = ((int)
CERT_COMPARE_NAME
<< (int) CERT_COMPARE_SHIFT | (int) CERT_INFO_ISSUER_FLAG);