SIGSigningProvider_SQLServer Class [AX 2012]

The SIGSigningProvider_SQLServer class provides definitions and values for the SQL Server signature provider.

class SIGSigningProvider_SQLServer extends SIGSigningProvider

Run On

Called

  MethodDescription
Gg890203.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif getCertificate Gets the certificate for the signee or current user with the proper pass phrase. (Overrides the getCertificate Method.)
Gg890203.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif getValidCertificate Retrieves a valid certificate ID. (Overrides the getValidCertificate Method.)
Gg890203.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif hasValidCertificate Indicates whether the specified user has a valid certificate. (Overrides the hasValidCertificate Method.)
Gg890203.protmethod(en-us,AX.60).gif new Initializes a new instance of the SIGSigningProvider_SQLServer class.
Gg890203.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif revokeCertificate Revokes the certificate if there is a record in the SIGCertificateUsage table; if not, drops the certificate. (Overrides the revokeCertificate Method.)
Gg890203.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif signData Signs the document with the specified certificate. (Overrides the signData Method.)
Gg890203.pubmethod(en-us,AX.60).gif signDataList Signs a list of documents with the specified certificate. (Overrides the signDataList Method.)
Gg890203.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg890203.privmethod(en-us,AX.60).gif validateDateRange Validates that the beginning date is before the ending date.
Gg890203.pubmethod(en-us,AX.60).gif verifyData Verifies that the specified document is signed. (Overrides the verifyData Method.)
Gg890203.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg890203.pubmethod(en-us,AX.60).gif Gg890203.static(en-us,AX.60).gif ::construct Initializes a new instance of the SIGSigningProvider_SQLServer class.
Top

Object Class
  SIGSigningProvider Class
    SIGSigningProvider_SQLServer Class

Community Additions

ADD
Show: