RSAPKCS1KeyExchangeDeformatter.Parameters 属性

定义

获取 PKCS #1 密钥交换的参数。Gets the parameters for the PKCS #1 key exchange.

public:
 virtual property System::String ^ Parameters { System::String ^ get(); void set(System::String ^ value); };
public override string? Parameters { get; set; }
public override string Parameters { get; set; }
member this.Parameters : string with get, set
Public Overrides Property Parameters As String

属性值

String

一个 XML 字符串,其中包含 PKCS #1 密钥交换操作的参数。An XML string containing the parameters of the PKCS #1 key exchange operation.

适用于