Skip to content

Commit 27dcc9f

Browse files
committed
2 parents e5034f3 + 21e5bdc commit 27dcc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/key-vault-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ No, Key Vault VM Extension doesn’t have limit on the number of observedCertifi
555555
#### What will be the default permission if no account is provided in settings?
556556
Administrators and SYSTEM will get Full Control by default.
557557
#### How do you determine if a certificate key is going to be CAPI1 or CNG?
558-
We rely on the default behavior of [PFXImportCertStore API](../../../windows/win32/api/wincrypt/nf-wincrypt-pfximportcertstore). By default, if a certificate has Provider Name attribute that matches with CAPI1, certificate will be imported using CAPI1 certificate, else it will be imported using CNG APIs.
558+
We rely on the default behavior of [PFXImportCertStore API](https://learn.microsoft.com/windows/win32/api/wincrypt/nf-wincrypt-pfximportcertstore). By default, if a certificate has Provider Name attribute that matches with CAPI1, certificate will be imported using CAPI1 certificate, else it will be imported using CNG APIs.
559559
560560
### Troubleshoot
561561

0 commit comments

Comments
 (0)