|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | Interop |
Public Types | |
| enum | OpenAlgorithmProviderFlags { NONE = 0 , BCRYPT_ALG_HANDLE_HMAC_FLAG = 8 , NONE = 0 , BCRYPT_ALG_HANDLE_HMAC_FLAG = 8 } |
| enum | OpenAlgorithmProviderFlags { NONE = 0 , BCRYPT_ALG_HANDLE_HMAC_FLAG = 8 , NONE = 0 , BCRYPT_ALG_HANDLE_HMAC_FLAG = 8 } |
Static Public Member Functions | |
| static SafeAlgorithmHandle | BCryptOpenAlgorithmProvider (string pszAlgId, string pszImplementation, OpenAlgorithmProviderFlags dwFlags) |
| static void | SetFeedbackSize (this SafeAlgorithmHandle hAlg, int dwFeedbackSize) |
| static void | SetCipherMode (this SafeAlgorithmHandle hAlg, string cipherMode) |
| static void | SetEffectiveKeyLength (this SafeAlgorithmHandle hAlg, int effectiveKeyLength) |
| static Internal.NativeCrypto.SafeAlgorithmHandle | BCryptOpenAlgorithmProvider (string pszAlgId, string pszImplementation, OpenAlgorithmProviderFlags dwFlags) |
| static void | SetFeedbackSize (this Internal.NativeCrypto.SafeAlgorithmHandle hAlg, int dwFeedbackSize) |
| static void | SetCipherMode (this Internal.NativeCrypto.SafeAlgorithmHandle hAlg, string cipherMode) |
Static Private Member Functions | |
| static Exception | CreateCryptographicException (global::Interop.BCrypt.NTSTATUS ntStatus) |
| static Exception | CreateCryptographicException (global::Interop.BCrypt.NTSTATUS ntStatus) |