2 references to CERT_COMPARE_NAME_STR_W
System (2)
security\system\security\cryptography\cryptoapi.cs (2)
339
internal const uint CERT_FIND_SUBJECT_STR_W = ((int)
CERT_COMPARE_NAME_STR_W
<< (int) CERT_COMPARE_SHIFT | (int) CERT_INFO_SUBJECT_FLAG);
342
internal const uint CERT_FIND_ISSUER_STR_W = ((int)
CERT_COMPARE_NAME_STR_W
<< (int) CERT_COMPARE_SHIFT | (int) CERT_INFO_ISSUER_FLAG);