Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEFailException()

static CryptographicException Internal.NativeCrypto.CapiHelper.GetEFailException ( )
inlinestatic

Definition at line 1336 of file CapiHelper.cs.

1337 {
1338 return (-2147467259).ToCryptographicException();
1339 }

Referenced by Internal.NativeCrypto.CapiHelper.ToDSAParameters(), and Internal.NativeCrypto.CapiHelper.ToRSAParameters().