Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BaseKey
byte [] ICngSymmetricAlgorithm. System.Security.Cryptography.AesCng.BaseKey
get
set
private
Implements
Internal.Cryptography.ICngSymmetricAlgorithm
.
Definition at line
34
of file
AesCng.cs
.
35
{
36
get
37
{
38
return
base.Key;
39
}
40
set
41
{
42
base.Key =
value
;
43
}
44
}
System.ExceptionArgument.value
@ value
System
Security
Cryptography
AesCng
Generated by
1.10.0