Certificate Class

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

The Certificate

INHERITED FROM

RASSerilazableObjarrow-up-rightRASListObjarrow-up-right⇒Certificate

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

String

AdminCreate

String

AdminLastMod

String

AlternateNames

The alternate names of the certificate.

String

CommonName

String

Description

The description of the certificate.

Boolean

Enabled

Whether the certificate is enabled or not.

Nullable<DateTime>

ExpirationDate

UInt32

Id

String

Intermediate

The intermediate.

String

Name

Certificate Name.

String

PublicKey

String

Request

The certificate request.

UInt32

SiteId

ID of the site.

DateTime

TimeCreate

DateTime

TimeLastMod

Type

Whether the certificate is Self-Signed, Imported or Requested.

Usage

A set of assigned certificate usages. To form a set of usages 'OR' individual usage enums.

PUBLIC METHODS

Type
Name
Description

Int32

CompareTo (Object obj)

Boolean

Equals (Object obj)

Int32

GetHashCode ()

Type

GetType ()

String

ToString ()

Last updated