Certificate

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

The Certificate

INHERITED FROM

RASSerilazableObj

⇒

RASListObj

⇒

Certificate

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

String

AdminCreate

Inherited from RASListObj User who created the object.

String

AdminLastMod

Inherited from RASListObj User who last modified the object.

String

AlternateNames

The alternate names of the certificate.

String

CommonName

The common name of the certificate.

String

Description

The description of the certificate.

Boolean

Enabled

Whether the certificate is enabled or not. Nullable<DateTime> ExpirationDate The expiration date of the certificate.

UInt32

Id

ID of the object.

String

Intermediate

The intermediate.

KeySize

The certificate key size.

String

Name

Certificate Name.

String

PublicKey

The public key.

String

Request

The certificate request.

UInt32

SiteId

ID of the site.

Status

Indicates if the certificate is usable.

DateTime

TimeCreate

Inherited from RASListObj Time when the object was created.

DateTime

TimeLastMod

Inherited from RASListObj Time when the object was last modified.

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)

Inherited from RASSerilazableObj

Boolean

Equals (Object obj)

Inherited from RASSerilazableObj

Int32

GetHashCode ()

Inherited from RASSerilazableObj

Type

GetType ()

String

ToString ()

### References to Commands

----

Last updated