Base:
method
ExportParameters
System.Security.Cryptography.RSA.ExportParameters(System.Boolean)
1 reference to ExportParameters
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
160
public RSAParameters RsaPublicKey { get { return GetCryptoServiceProvider(false, false).
ExportParameters
(false); } }