4 references to CRYPT_TIMESTAMP_CONTEXT
Microsoft.DotNet.SignCheckLibrary (4)
Interop\WinCrypt.cs (1)
209
/// <param name="ppTsContext">Pointer to a <see cref="
CRYPT_TIMESTAMP_CONTEXT
"/> structure. Must be freed by calling CryptMemFree</param>
Verification\VsixVerifier.cs (3)
86
var
timestampContext = (
CRYPT_TIMESTAMP_CONTEXT
)Marshal.PtrToStructure(TSContextPtr, typeof(
CRYPT_TIMESTAMP_CONTEXT
));