This topic has not yet been rated - Rate this topic

RSA.DecryptValue Method

When overridden in a derived class, decrypts the input data using the private key.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)
public abstract byte[] DecryptValue(
	byte[] rgb
)

Parameters

rgb
Type: System.Byte[]
The cipher text to be decrypted.

Return Value

Type: System.Byte[]
The resulting decryption of the rgb parameter in plain text.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.