RSAOAEPKeyExchangeFormatter.Parameters Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the parameters for the Optimal Asymmetric Encryption Padding (OAEP) 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 OAEP 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