SIGSigningProvider Class [AX 2012]
The SIGSigningProvider class contains definitions (and values) for the Signature provider.This class can only be extended by another class and cannot be run itself.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCertificate | Retrieves the certificate ID for the specified _signeeID parameter. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValidCertificate | Gets the valid certificate ID based on the specified _signeeId parameter. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasValidCertificate | Indicates whether there is a valid certificate for the specified _signee parameter. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| revokeCertificate | Removes the certificate based on the specified _certificateId parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| signData | Signs a document by using the specified certificate. |
| signDataList | Signs a list of documents by using the specified certificate. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| verifyData | Validates that a document is signed with a certificate. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newSigningProvider | Creates a new provider by using the specified provider ID. |
| ::signListWithProvider | Finds a valid certificate for the specified provider and signs the specified list of documents. |
| ::signWithProvider | Finds a valid certificate for the specified provider and signs the specified document. |
Community Additions
ADD
Show: