This topic has not yet been rated - Rate this topic

AsymmetricKeyExchangeDeformatter.DecryptKeyExchange Method

When overridden in a derived class, extracts secret information from the encrypted key exchange data.

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

Parameters

rgb
Type: System.Byte[]
The key exchange data within which the secret information is hidden.

Return Value

Type: System.Byte[]
The secret information derived from the key exchange data.

You must specify a key before calling an implementation of this method.

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

© 2013 Microsoft. All rights reserved.