RSAPKCS1KeyExchangeFormatter.Parameters Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the parameters for the PKCS #1 key exchange.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Parameters As String
public override string Parameters { get; }
Property Value
Type: System.String
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.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also