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