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