RSAPKCS1KeyExchangeDeformatter.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 Property Parameters As String
public override string Parameters { get; set; }
Property Value
Type: System.String
An XML string containing the parameters of the PKCS #1 key exchange operation.
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