Signature Interface

Definition

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSignatureObject.

public interface class Signature
[System.Runtime.InteropServices.Guid("096cd718-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface Signature
type Signature = interface
Public Interface Signature
Derived
Attributes

Properties

Certificate

Gets the CertificateObject object for the X.509 digital certificate that was used to sign a form or a set of signed data in a form.

Comment

Gets the text comment that was added to the digital signature associated with a form or a set of signed data in a form.

SignatureBlockXmlNode

Gets the XML node corresponding a digital signature.

Status

Gets the status of the specified digital signature.

Methods

Sign()

Writes the XML digital signature block and computes the cryptographic hash for the signed data.

Applies to