Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ErrorCodeHelper.cs
Go to the documentation of this file.
1
using
System.Security.Cryptography
;
2
3
namespace
Internal.Cryptography
;
4
5
internal
static
class
ErrorCodeHelper
6
{
7
public
static
CryptographicException
ToCryptographicException
(
this
global::Interop.NCrypt.ErrorCode errorCode)
8
{
9
return
((
int
)errorCode).ToCryptographicException();
10
}
11
}
Internal.Cryptography.ErrorCodeHelper.ToCryptographicException
static CryptographicException ToCryptographicException(this global::Interop.NCrypt.ErrorCode errorCode)
Definition
ErrorCodeHelper.cs:7
System.Security.Cryptography.CryptographicException
Definition
CryptographicException.cs:9
Internal.Cryptography
Definition
AesBCryptModes.cs:5
System.Security.Cryptography
Definition
CryptoPool.cs:3
source
System.Security.Cryptography.Cng
Internal.Cryptography
ErrorCodeHelper.cs
Generated by
1.10.0