1 override of ExportPkcs8PrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
149public override byte[] ExportPkcs8PrivateKey() => _wrapped.ExportPkcs8PrivateKey();
13 references to ExportPkcs8PrivateKey
aspire (1)
Certificates\CertificateGeneration\CertificateManager.cs (1)
701keyBytes = key.ExportPkcs8PrivateKey();
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2889keyBytes = tempKey.ExportPkcs8PrivateKey();
dotnet-dev-certs (1)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
704keyBytes = key.ExportPkcs8PrivateKey();
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
704keyBytes = key.ExportPkcs8PrivateKey();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
704keyBytes = key.ExportPkcs8PrivateKey();
RepoTasks (1)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
704keyBytes = key.ExportPkcs8PrivateKey();
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
105byte[] pkcs8PrivateKey = key.ExportPkcs8PrivateKey();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
63byte[] pkcs8 = privateKey.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.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
105byte[] pkcs8PrivateKey = key.ExportPkcs8PrivateKey();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
63byte[] pkcs8 = privateKey.ExportPkcs8PrivateKey();