Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BCryptFinishHash()
[2/4]
static
NTSTATUS
Interop.BCrypt.BCryptFinishHash
(
Microsoft::Win32::SafeHandles::SafeBCryptHashHandle
hHash
,
Span
< byte >
pbOutput
,
int
cbOutput
,
int
dwFlags
)
inline
static
package
Definition at line
434
of file
Interop.cs
.
435
{
436
return
BCryptFinishHash
(hHash, ref
MemoryMarshal
.GetReference(pbOutput), cbOutput, dwFlags);
437
}
Interop.BCrypt.BCryptFinishHash
static NTSTATUS BCryptFinishHash(SafeBCryptHashHandle hHash, Span< byte > pbOutput, int cbOutput, int dwFlags)
Definition
Interop.cs:516
System.Runtime.InteropServices.MemoryMarshal
Definition
MemoryMarshal.cs:11
References
Interop.BCrypt.BCryptFinishHash()
.
Interop
BCrypt
Generated by
1.10.0