Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AesCng()
[4/4]
System.Security.Cryptography.AesCng.AesCng
(
string
keyName
,
CngProvider
provider
,
CngKeyOpenOptions
openOptions
)
inline
Definition at line
73
of file
AesCng.cs
.
74
{
75
_core
=
new
CngSymmetricAlgorithmCore
(
this
, keyName, provider, openOptions);
76
}
System.Security.Cryptography.AesCng._core
CngSymmetricAlgorithmCore _core
Definition
AesCng.cs:8
Internal.Cryptography.CngSymmetricAlgorithmCore
Definition
CngSymmetricAlgorithmCore.cs:8
References
System.Security.Cryptography.AesCng._core
.
System
Security
Cryptography
AesCng
Generated by
1.10.0