AspNetCoreCertificates icon indicating copy to clipboard operation
AspNetCoreCertificates copied to clipboard

Certificate Manager in .NET Core for creating and using X509 certificates

Results 23 AspNetCoreCertificates issues
Sort by recently updated
recently updated
newest added

I want to use this library to generate a certificate for a legacy device, so I have to use MD5 or SHA1 for certificate signiture, however, setting HashAlgorithmName to MD5...

enhancement

ı am trying search the PrivateKey property of my certificate which is created by using 'NewRootCertificate' method, but it threws exception. string pathd = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "localhost_root_l1.pfx"); X509Certificate2 crt = new...

I cannot use the these created certificates in Certificate Authentication in ASP.NET Core. I have listed the problem in [Stack Overflow](https://stackoverflow.com/questions/60477579/certificate-authentication-implementation-in-asp-net-core-3-1) but no solutions. I hope you can guide me...

question

Hello guys, I developed an api. that at the controller I need to read the data from the client certificate attached to the request. on my computer in development mode,...

question

Hi, The following 3 tests are failing on Windows 7, but run ok on Windows 10: 1) ImportExportRsaPrivateKeyPublicKeyPairPem() 2) ImportExportSingleChainedECPrivateKeyPublicKeyPairPem() 3) ImportExportECPrivateKeyPublicKeyPairPem() They are all failing with the Excepton: "Internal.Cryptography.CryptoThrowHelper+WindowsCryptographicException...

Hi, I like the package and therefore would like to propose some small enhancements for signing the certificates. Basically functions in CreateCertificates.cs always create a new key pair instead of...

enhancement

I've been trying to get this working on OSX. A few issues are easily handled, such as OSX's lack of support for "FriendlyName". However, I've been unable to get the...

enhancement
help wanted

https://www.bit.admin.ch/bit/de/home/subsites/allgemeines-zur-swiss-government-pki/zertifikatstypen/klasse-c--standard-/ssl-zertifikate/cross-signed-certificate-installation.html

enhancement