RSAPKCS1KeyExchangeFormatter.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.