RSAPKCS1KeyExchangeFormatter.Parameters Property

Definition

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

Property Value

An XML string containing the parameters of the PKCS #1 key exchange operation.

Remarks

The Parameters property returns an XML string that contains Uniform Resource Identifiers (URIs) that describe the parameters of the PKCS #1 key exchange operation. Note that the URIs are not guaranteed to point to active addresses.

Applies to

See also