Name

RSAOAEPKeyExchangeDeformatter

Synopsis

public class RSAOAEPKeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter {
// Public Constructors
   public RSAOAEPKeyExchangeDeformatter(  );
   public RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm key);
// Public Instance Properties
   public override string Parameters{set; get;
 // overrides AsymmetricKeyExchangeDeformatter
                  // Public Instance Methods
   public override byte[  ] DecryptKeyExchange(byte[  ] rgbData);
 // overrides AsymmetricKeyExchangeDeformatter
   public override void SetKey(AsymmetricAlgorithm key);
 // overrides AsymmetricKeyExchangeDeformatter
}

This is an implementation of the AsymmetricKeyExchangeDeformatter class, which decrypts symmetric secret key values encrypted using the RSAOAEPKeyExchangeFormatter class.

Hierarchy

System.Object AsymmetricKeyExchangeDeformatter RSAOAEPKeyExchangeDeformatter

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.