PyCtxtHandle.VerifySignature

VerifySignature(Message, MessageSeqNo)

Verifies a signature created using PyCtxtHandle::MakeSignature

Parameters

Message : PySecBufferDesc

SecBufferDesc that contains data buffer and signature buffer

MessageSeqNo : int

A sequential number used by some packages to verify that no extraneous messages have been received

Comments

The buffer configuration is dependent on the security package. Usually there is a data buffer of type SECBUFFER_DATA and a signature buffer of type SECBUFFER_TOKEN

Return Value

Returns quality of protection flags used to create signature