DecryptKeyExchange Method
Collapse the table of content
Expand the table of content

AsymmetricKeyExchangeDeformatter.DecryptKeyExchange Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft