Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AsymmetricKeyExchangeFormatter.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
AsymmetricKeyExchangeFormatter
7
{
8
public
abstract
string
?
Parameters
{
get
; }
9
10
public
abstract
void
SetKey
(
AsymmetricAlgorithm
key
);
11
12
public
abstract
byte
[]
CreateKeyExchange
(
byte
[] data);
13
14
public
abstract
byte
[]
CreateKeyExchange
(
byte
[] data,
Type
? symAlgType);
15
}
System.Security.Cryptography.AsymmetricAlgorithm
Definition
AsymmetricAlgorithm.cs:6
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.SetKey
void SetKey(AsymmetricAlgorithm key)
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange
byte[] CreateKeyExchange(byte[] data, Type? symAlgType)
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange
byte[] CreateKeyExchange(byte[] data)
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.Parameters
string? Parameters
Definition
AsymmetricKeyExchangeFormatter.cs:8
System.Security.Cryptography.AsymmetricKeyExchangeFormatter
Definition
AsymmetricKeyExchangeFormatter.cs:7
System.Type
Definition
Type.cs:14
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
AsymmetricKeyExchangeFormatter.cs
Generated by
1.10.0