Signature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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")]
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. |