Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​AsymmetricKeyExchangeDeformatter
Assembly: System.Security.Cryptography
Inheritance: object → AsymmetricKeyExchangeDeformatter
Represents the base class from which all asymmetric key exchange deformatters derive.
Properties
public
string
Parameters
When overridden in a derived class, gets or sets the parameters for the asymmetric key exchange.
Methods
public
byte[]
DecryptKeyExchange​(byte[] rgb)
When overridden in a derived class, extracts secret information from the encrypted key exchange data.
Returns The secret information derived from the key exchange data.
rgb
The key exchange data within which the secret information is hidden.
public
void
SetKey​(AsymmetricAlgorithm key)
When overridden in a derived class, sets the private key to use for decrypting the secret information.
key
The instance of the implementation of <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm" /> that holds the private key.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object