3 overrides of ExportPkcs8PrivateKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
368public override byte[] ExportPkcs8PrivateKey()
System\Security\Cryptography\DSAWrapper.cs (1)
149public override byte[] ExportPkcs8PrivateKey() => _wrapped.ExportPkcs8PrivateKey();
System\Security\Cryptography\RSAWrapper.cs (1)
38public override byte[] ExportPkcs8PrivateKey() => _wrapped.ExportPkcs8PrivateKey();
15 references to ExportPkcs8PrivateKey
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
103byte[] pkcs8PrivateKey = key.ExportPkcs8PrivateKey();
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
377/// An implementation for <see cref="ExportPkcs8PrivateKey" /> or 396byte[] exported = ExportPkcs8PrivateKey();
System\Security\Cryptography\DSAWrapper.cs (1)
149public override byte[] ExportPkcs8PrivateKey() => _wrapped.ExportPkcs8PrivateKey();
System\Security\Cryptography\RSAWrapper.cs (1)
38public override byte[] ExportPkcs8PrivateKey() => _wrapped.ExportPkcs8PrivateKey();
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
103byte[] pkcs8PrivateKey = key.ExportPkcs8PrivateKey();
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
63byte[] pkcs8 = privateKey.ExportPkcs8PrivateKey();
Templates.Blazor.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
Templates.Mvc.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();
Templates.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
557keyBytes = key.ExportPkcs8PrivateKey();