2 references to CERT_STORE_OPEN_EXISTING_FLAG
System (2)
security\system\security\cryptography\cryptoapi.cs (1)
3815
if ((dwFlags &
CERT_STORE_OPEN_EXISTING_FLAG
) == 0) {
security\system\security\cryptography\x509\x509utils.cs (1)
118
dwFlags |= CAPI.
CERT_STORE_OPEN_EXISTING_FLAG
;