Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.NativeCrypto.Cng.Interop Class Reference

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)
 

Detailed Description

Definition at line 17 of file Cng.cs.


The documentation for this class was generated from the following files: