2 overrides of ExportRSAPrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
379public override byte[] ExportRSAPrivateKey()
System\Security\Cryptography\RSAWrapper.cs (1)
141public override byte[] ExportRSAPrivateKey() => _wrapped.ExportRSAPrivateKey();
2 references to ExportRSAPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (1)
1260byte[] exported = ExportRSAPrivateKey();
System\Security\Cryptography\RSAWrapper.cs (1)
141public override byte[] ExportRSAPrivateKey() => _wrapped.ExportRSAPrivateKey();