SIGSigningProvider_SQLServer_Server Class [AX 2012]
The SIGSigningProvider_SQLServer_Server class provides definitions and values for SQL Server signature queries.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| decodeSignatures | Inserts the signatures from the specified XML document into a container. |
| dropCertificateSQL | Removes the security certificate name that is associated with the specified SIGCertificateId value. |
| encodeSignatures | Inserts a list of signatures into an XML document. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCertificateSQL | Create a signing certificate. |
| getIdForName | Retrieves the certificate ID that is specified by a certificate name. |
| getNameForId | Retrieves the certificate name that is specified by a certificate ID. |
| getNewConnection | Creates a new SQL Server database connection. |
| getSubjectForId | Retrieve the certificate subject that is specified by a certificate ID. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValidCertificateSQL | Retrieves the valid certificate that is specified by a certificate subject. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasValidCertificateSQL | Indicates whether there is a valid certificate for the specified certificate signee. |
| new | Initializes a new instance of the SIGSigningProvider_SQLServer_Server class. |
| 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.) |
| revokeCertificateSQL | Revokes the permission of the specified certificate. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| signDataSQL | Signs the specified document with a 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.) |
| verifyDataSQL | Verify that the specified document is signed. |
| verifySignatureComplete | Verifies that the entire document has been signed. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SIGSigningProvider_SQLServer_Server class. |
Community Additions
ADD
Show: