RSAPKCS1KeyExchangeFormatter.Parameters 属性

定义

获取 PKCS #1 密钥交换的参数。

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 密钥交换操作的参数。

注解

Parameters 属性返回一个 XML 字符串,其中包含统一资源标识符 (URI) ,用于描述 PKCS #1 密钥交换操作的参数。 请注意,URI 不能保证指向活动地址。

适用于

另请参阅