RSAPKCS1KeyExchangeDeformatter | |
System.Security.Cryptography (mscorlib.dll) | class |
public class RSAPKCS1KeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter {
// Public Constructors
public RSAPKCS1KeyExchangeDeformatter( );
public RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm key);
// Public Instance Properties
public override string Parameters{set; get;
// overrides AsymmetricKeyExchangeDeformatter
public RandomNumberGenerator RNG{set; get; }
// Public Instance Methods
public override byte[ ] DecryptKeyExchange(byte[ ] rgbIn);
// 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
RSAPKCS1KeyExchangeFormatter class.
Hierarchy
System.Object
AsymmetricKeyExchangeDeformatter
RSAPKCS1KeyExchangeDeformatter
|