Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AsymmetricKeyExchangeDeformatter.cs
Go to the documentation of this file.
1
using
System.Runtime.Versioning
;
2
3
namespace
System.Security.Cryptography
;
4
5
[UnsupportedOSPlatform(
"browser"
)]
6
public
abstract
class
AsymmetricKeyExchangeDeformatter
7
{
8
public
abstract
string
?
Parameters
{
get
;
set
; }
9
10
public
abstract
void
SetKey
(
AsymmetricAlgorithm
key
);
11
12
public
abstract
byte
[]
DecryptKeyExchange
(
byte
[] rgb);
13
}
System.Security.Cryptography.AsymmetricAlgorithm
Definition
AsymmetricAlgorithm.cs:6
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter.SetKey
void SetKey(AsymmetricAlgorithm key)
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter.DecryptKeyExchange
byte[] DecryptKeyExchange(byte[] rgb)
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter.Parameters
string? Parameters
Definition
AsymmetricKeyExchangeDeformatter.cs:8
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter
Definition
AsymmetricKeyExchangeDeformatter.cs:7
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Security.Cryptography
Definition
CryptoPool.cs:3
System.ExceptionArgument.key
@ key
source
System.Security.Cryptography.Algorithms
System.Security.Cryptography
AsymmetricKeyExchangeDeformatter.cs
Generated by
1.10.0