Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NCryptSignHash()
[2/4]
static unsafe
ErrorCode
Interop.NCrypt.NCryptSignHash
(
SafeNCryptKeyHandle
hKey
,
void *
pPaddingInfo
,
ReadOnlySpan
< byte >
pbHashValue
,
int
cbHashValue
,
Span
< byte >
pbSignature
,
int
cbSignature
,
out int
pcbResult
,
AsymmetricPaddingMode
dwFlags
)
inline
static
package
Definition at line
840
of file
Interop.cs
.
841
{
842
return
NCryptSignHash
(hKey, pPaddingInfo, ref
MemoryMarshal
.GetReference(pbHashValue), cbHashValue, ref
MemoryMarshal
.GetReference(pbSignature), cbSignature, out pcbResult, dwFlags);
843
}
Interop.NCrypt.NCryptSignHash
static unsafe ErrorCode NCryptSignHash(SafeNCryptKeyHandle hKey, void *pPaddingInfo, ReadOnlySpan< byte > pbHashValue, int cbHashValue, Span< byte > pbSignature, int cbSignature, out int pcbResult, AsymmetricPaddingMode dwFlags)
Definition
Interop.cs:806
System.Runtime.InteropServices.MemoryMarshal
Definition
MemoryMarshal.cs:11
References
Interop.NCrypt.NCryptSignHash()
.
Interop
NCrypt
Generated by
1.10.0