4 references to CERT_QUERY_CONTENT_PFX
System (4)
security\system\security\cryptography\cryptoapi.cs (1)
92internal const uint CERT_QUERY_CONTENT_FLAG_PFX = (1 << (int) CERT_QUERY_CONTENT_PFX);
security\system\security\cryptography\x509\x509certificate2collection.cs (2)
1088if (contentType == CAPI.CERT_QUERY_CONTENT_PFX) { 1126if (contentType == CAPI.CERT_QUERY_CONTENT_PFX) {
security\system\security\cryptography\x509\x509utils.cs (1)
46case CAPI.CERT_QUERY_CONTENT_PFX: