DigitalSignature Class
Contents
[
Hide
]DigitalSignature class
Signature in file.
type DigitalSignature struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewDigitalSignature | 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. |
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). |