System::Security::Cryptography::RSA::ToXmlString 方法

RSA::ToXmlString method

以 XML 格式导出所有参数。

String System::Security::Cryptography::RSA::ToXmlString(bool include_private_parameters) override
参数类型描述
include_private_parametersboolTrue 表示导出私有和公共参数,false 表示仅导出公共参数。

ReturnValue

XML 编码的参数。

另见