[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TimeStamp.HashDelegate.BeginInvoke

BeginInvoke Method

BeginInvoke(byte[], Stream, out byte[], out OID, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(byte[] dataToHash, Stream streamToHash, out byte[] hash, out OID hashAlgorithmOid, AsyncCallback callback, object @object)
Parameters
Type Name Description
byte[] dataToHash
Stream streamToHash
byte[] hash
OID hashAlgorithmOid
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult