AsymmetricKeyExchangeDeformatter.Parameters Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
When overridden in a derived class, gets or sets the parameters for the asymmetric key exchange.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public MustOverride Property Parameters As String
public abstract string Parameters { get; set; }
Property Value
Type: System.String
A string in XML format containing the parameters of the asymmetric 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