SIGCertificateUsage::exist Method
Validates that a specified record exists in the SIGCertificateUsage table.
Syntax
client server public static boolean exist(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.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.
Remarks
This method requires primary key fields. It is called only to check for the usage of a certificate.