AppPackageCertificate

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

Application Package Certificate

INHERITED FROM

RASSerilazableObj

RASListObj

AppPackageCertificate

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

String

CommonName

The common name of the certificate. Nullable<DateTime> ExpirationDate The expiration date of the certificate.

KeySize

The certificate key size.

String

PublicKey

The public key.

Status

Indicates if the certificate is usable.

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 Types

------------------------------------------------

Last updated