Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.RSAOAEPKeyExchangeFormatter Class Reference

Public Member Functions

 RSAOAEPKeyExchangeFormatter ()
 
 RSAOAEPKeyExchangeFormatter (AsymmetricAlgorithm key)
 
override void SetKey (AsymmetricAlgorithm key)
 
override byte[] CreateKeyExchange (byte[] rgbData, Type? symAlgType)
 
override byte[] CreateKeyExchange (byte[] rgbData)
 

Properties

byte?[] Parameter [get, set]
 
override? string Parameters [get]
 
RandomNumberGeneratorRng [get, set]
 

Private Attributes

byte[] ParameterValue
 
RSA _rsaKey
 
RandomNumberGenerator RngValue
 

Detailed Description

Definition at line 6 of file RSAOAEPKeyExchangeFormatter.cs.


The documentation for this class was generated from the following file: