PasiClientCertificate ClassProvincial Approach to Student Information API
Digital Certificate dto used by the Certificate Manager application.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.CertificateManagerPasiClientCertificate

Namespace: PASI.DataContract.CertificateManager
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class PasiClientCertificate

The PasiClientCertificate type exposes the following members.

Constructors

  NameDescription
Public methodPasiClientCertificate
Top
Properties

  NameDescription
Public propertyDigitalCertificateId
(Required) Suroggote Id for the digital certificate record.
Public propertyEffectiveDate
(Required) Effective date from the digital certificate
Public propertyExpirationDate
(Required) Expiration date from the digital certificate
Public propertyIsActive
(Required) Database flag inidcating if the certificate should be treated as active.
Public propertyIsDeleted
(Required) Is the certificate logically deleted.
Public propertyIsRenewable
(Required) Used by ministry systems only
Public propertyIssuer
(Required) Certificate Authority issuer name from the digital certificate
Public propertyPublicKeyHex
(Required) The public key on the digital certificate
Public propertySerialNumber
(Required) Serial number from the digital certificate
Public propertySubject
(Required) Subject text on the digital certificate
Top
See Also

Reference