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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.