RSAOAEPKeyExchangeFormatter.Parameter 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 or sets the parameter used to create padding in the key exchange creation process.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public Property Parameter As Byte()
public byte[] Parameter { get; set; }
Property Value
Type: array<System.Byte[]
The parameter value.
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