DigitalSignature Class
Contents
[
Hide
]DigitalSignature class
Signature in file.
type DigitalSignature struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewDigitalSignature_Stream_String_String_Date | Constructor of DigitalSignature. |
| NewDigitalSignature_String_String_String_Date | Constructor of DigitalSignature. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetComments | The purpose to signature. |
| SetComments | The purpose to signature. |
| GetSignTime | The time when the document was signed. |
| SetSignTime | The time when the document was signed. |
| GetId | Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content.Default value is Empty (all zeroes) Guid. |
| SetId | Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content.Default value is Empty (all zeroes) Guid. |
| GetText | Specifies the text of actual signature in the digital signature.Default value is Empty. |
| SetText | Specifies the text of actual signature in the digital signature.Default value is Empty. |
| GetImage | Specifies an image for the digital signature.Default value is null. |
| SetImage | Specifies an image for the digital signature.Default value is null. |
| GetProviderId | Specifies the class ID of the signature provider.Default value is Empty (all zeroes) Guid. |
| SetProviderId | Specifies the class ID of the signature provider.Default value is Empty (all zeroes) Guid. |
| IsValid | If this digital signature is valid and the document has not been tampered with,this value will be true. |
| GetXAdESType | XAdES type.Default value is None(XAdES is off). |
| SetXAdESType | XAdES type.Default value is None(XAdES is off). |