RSAPKCS1KeyExchangeFormatter.Parameters 属性

定义

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

public:
 virtual property System::String ^ Parameters { System::String ^ get(); };
public override string Parameters { get; }
member this.Parameters : string
Public Overrides ReadOnly Property Parameters As String

属性值

String

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

注解

Parameters属性返回一个 XML 字符串,该字符串包含描述 PKCS #1 密钥交换操作参数的 uri) (uri。The Parameters property returns an XML string that contains Uniform Resource Identifiers (URIs) that describe the parameters of the PKCS #1 key exchange operation. 请注意,不保证 Uri 指向活动地址。Note that the URIs are not guaranteed to point to active addresses.

适用于