Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
static global::Interop.BCrypt.NTSTATUS | BCryptOpenAlgorithmProvider (out SafeAlgorithmHandle phAlgorithm, string pszAlgId, string pszImplementation, int dwFlags) |
static global::Interop.BCrypt.NTSTATUS | BCryptSetProperty (SafeAlgorithmHandle hObject, string pszProperty, string pbInput, int cbInput, int dwFlags) |
static global::Interop.BCrypt.NTSTATUS | BCryptOpenAlgorithmProvider (out Internal.NativeCrypto.SafeAlgorithmHandle phAlgorithm, string pszAlgId, string pszImplementation, int dwFlags) |
static global::Interop.BCrypt.NTSTATUS | BCryptSetProperty (Internal.NativeCrypto.SafeAlgorithmHandle hObject, string pszProperty, string pbInput, int cbInput, int dwFlags) |
Static Public Member Functions | |
static global::Interop.BCrypt.NTSTATUS | BCryptSetIntProperty (SafeBCryptHandle hObject, string pszProperty, ref int pdwInput, int dwFlags) |
static global::Interop.BCrypt.NTSTATUS | BCryptSetIntProperty (Microsoft.Win32.SafeHandles.SafeBCryptHandle hObject, string pszProperty, ref int pdwInput, int dwFlags) |
Private Member Functions | |
static global::Interop.BCrypt.NTSTATUS | BCryptSetIntPropertyPrivate (SafeBCryptHandle hObject, string pszProperty, ref int pdwInput, int cbInput, int dwFlags) |
static global::Interop.BCrypt.NTSTATUS | BCryptSetIntPropertyPrivate (Microsoft.Win32.SafeHandles.SafeBCryptHandle hObject, string pszProperty, ref int pdwInput, int cbInput, int dwFlags) |