Table of Contents

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 Id

The 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

bool?

bool

Issuer

Gets or sets the issuer of the Certificate.

public string? Issuer { get; set; }

Property Value

string

string