CryptVerifyTimeStampSignatureWithTimeStampArray
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptVerifyTimeStampSignatureWithTimeStampArray(
byte[] pbTSContentInfo,
byte[] pbData,
uint cbData,
IntPtr hAdditionalStore,
IntPtr ppSignerCert,
IntPtr ppTimeStampCert,
uint cTimeStampArray,
IntPtr rgTimeStampArray,
ref IntPtr ppTSTInfo
);
Microsoft documentation: Link
PreviousCryptVerifyTimeStampSignatureWithProviderEx4NextCryptVerifyTimeStampSignatureWithTimeStampArrayEx
Last updated