SIGCertificateUsage::find Method
Finds the specified record in the X table.
Syntax
client server public static SIGCertificateUsage find(
SIGSigningProviderId _providerId,
SIGCertificateId _certificateId,
[boolean _forUpdate])
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.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional and should not be used in this case. Default value is false.
Return Value
Type: SIGCertificateUsage Table
Returns SIGCertificateUsage record if found
Remarks
This method requires primary key fields. It is required by best practices rules and follows the standard signature of a find method. However, the _forUpdate parameter should never be used because the table only contains primary key fields and an update should be performed by using a delete and insert sequence.