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

◆ BCryptSetIntProperty() [2/2]

static global.Interop.BCrypt.NTSTATUS Internal.NativeCrypto.Cng.Interop.BCryptSetIntProperty ( SafeBCryptHandle hObject,
string pszProperty,
ref int pdwInput,
int dwFlags )
inlinestatic

Definition at line 28 of file Cng.cs.

29 {
30 return BCryptSetIntPropertyPrivate(hObject, pszProperty, ref pdwInput, 4, dwFlags);
31 }
static global::Interop.BCrypt.NTSTATUS BCryptSetIntPropertyPrivate(SafeBCryptHandle hObject, string pszProperty, ref int pdwInput, int cbInput, int dwFlags)

References Internal.NativeCrypto.Cng.Interop.BCryptSetIntPropertyPrivate().

Referenced by Internal.NativeCrypto.Cng.SetEffectiveKeyLength(), Internal.NativeCrypto.Cng.SetFeedbackSize(), and Internal.NativeCrypto.Cng.SetFeedbackSize().