Vadims Podans
Vadims Podans
This confirms that the key is stored in KSP, not CSP. A bit more work is necessary for complete KSP support. I'll put this on my work list. I can...
Things appear to be more complicated. For some reasons (I have no idea why), X509Certificate2 with "Exportable" flag doesn't enable private key plain text export for CNG keys. The call...
`-SigningServer` is required only if `-SigningCertTemplate` parameter is specified, they are part of different parameter set. > refers to a ManualSigningCert switch Parameter which does not exist it refers to...
Here is an update for this item. There are several issues (all of them are mine): 1. I found unexpected data in `igfxCoIn_v4358.dll` file which contains `ExtendedCertificate` type in PKCS7...
It is expected behavior since Windows PowerShell 5+. PowerShell no longer autoloads the module by simply calling a command from installed and non-loaded module. Use `Get-Module -ListAvailable` to get a...
How did you install the module? What is your `$PSVersionTable`? What returns `$PSModuleAutoloadingPreference`?
> I've got the same issue (as listed by duplicate). > PoSH 5.1 does load modules dynamically. > > Impot-Module is normally not a requirement as long as the module...
It is not a bug, it is a typo in your enum values: ``` AutoDiscoverSigninCert ``` must be ``` AutoDiscoverSigningCert ``` with `g` letter after `Signin`.
`-SigningServer` is not mandatory, for example, if CA is not Enterprise CA.
> If I call the example command without the parameter `-SigningServer` it asks for the value for `-SigningServer`. The Get-CA command in the example is with the `-Enterprise` parameter and...