SIGCertificateUsage::certificateUsed Method
Enters a new record into the SIGCertificateUsage table if a certificate has been used.
Syntax
client server public static void certificateUsed(SIGSigningProviderId _providerId, SIGCertificateId _certificateId)
Run On
Called
Parameters
- _providerId
Type: SIGSigningProviderId Extended Data Type
The class ID of the provider of the certificate.
- _certificateId
Type: SIGCertificateId Extended Data Type
The ID of the certificate in the namespace of the signing provider.
Remarks
This method requires primary key fields. It is called every time a certificate is used to sign data, but it creates a new record only the first time it is called.