Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NCryptDecrypt()
[2/4]
static unsafe
ErrorCode
Interop.NCrypt.NCryptDecrypt
(
SafeNCryptKeyHandle
hKey
,
ReadOnlySpan
< byte >
pbInput
,
int
cbInput
,
void *
pPaddingInfo
,
Span
< byte >
pbOutput
,
int
cbOutput
,
out int
pcbResult
,
AsymmetricPaddingMode
dwFlags
)
inline
static
package
Definition at line
650
of file
Interop.cs
.
651
{
652
return
NCryptDecrypt
(hKey, ref
MemoryMarshal
.GetReference(pbInput), cbInput, pPaddingInfo, ref
MemoryMarshal
.GetReference(pbOutput), cbOutput, out pcbResult, dwFlags);
653
}
Interop.NCrypt.NCryptDecrypt
static unsafe ErrorCode NCryptDecrypt(SafeNCryptKeyHandle hKey, ReadOnlySpan< byte > pbInput, int cbInput, void *pPaddingInfo, Span< byte > pbOutput, int cbOutput, out int pcbResult, AsymmetricPaddingMode dwFlags)
Definition
Interop.cs:756
System.Runtime.InteropServices.MemoryMarshal
Definition
MemoryMarshal.cs:11
References
Interop.NCrypt.NCryptDecrypt()
.
Interop
NCrypt
Generated by
1.10.0