Class CertificateSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An object used to search for Certificates.
public class CertificateSearch : Search, IEntity
- Inheritance
-
CertificateSearch
- Implements
- Inherited Members
Constructors
CertificateSearch()
Initializes a new instance of the CertificateSearch class.
public CertificateSearch()
CertificateSearch(Id?)
Initializes a new instance of the CertificateSearch class.
public CertificateSearch(Id? id)
Parameters
id
IdThe id.
Properties
IsRoot
Gets or sets the boolean indicating if Certificate is root, used for searching the root certificate.
public bool? IsRoot { get; set; }
Property Value
Issuer
Gets or sets the issuer of the Certificate.
public string? Issuer { get; set; }