We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197673c commit 389db81Copy full SHA for 389db81
build/sign.ps1
@@ -218,9 +218,6 @@ function Invoke-NuGetPackageSigning {
218
Write-Host " Thumbprint: $($cert.Thumbprint)"
219
Write-Host " Valid From: $($cert.NotBefore)"
220
Write-Host " Valid To: $($cert.NotAfter)"
221
- Write-Host " Provider: $($cert.PrivateKey.CspKeyContainerInfo.ProviderName)"
222
- Write-Host " Key Storage: $($cert.PrivateKey.CspKeyContainerInfo.HardwareDevice ? 'Hardware' : 'Software')"
223
- Write-Host " Key Spec: $($cert.PrivateKey.CspKeyContainerInfo.KeyNumber)`n"
224
225
if ($cert.NotAfter -le (Get-Date).AddMonths(1)) {
226
Write-Warning "Certificate will expire within one month on $($cert.NotAfter)"
0 commit comments