Digital Certificate dto used by the Certificate Manager application.
Inheritance Hierarchy
PASI.DataContract.CertificateManagerPasiClientCertificate
Namespace: PASI.DataContract.CertificateManager
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The PasiClientCertificate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PasiClientCertificate |
Properties
| Name | Description | |
|---|---|---|
| DigitalCertificateId | (Required)
Suroggote Id for the digital certificate record.
| |
| EffectiveDate | (Required)
Effective date from the digital certificate
| |
| ExpirationDate | (Required)
Expiration date from the digital certificate
| |
| IsActive | (Required)
Database flag inidcating if the certificate should be treated as active.
| |
| IsDeleted | (Required)
Is the certificate logically deleted.
| |
| IsRenewable | (Required)
Used by ministry systems only
| |
| Issuer | (Required)
Certificate Authority issuer name from the digital certificate
| |
| PublicKeyHex | (Required)
The public key on the digital certificate
| |
| SerialNumber | (Required)
Serial number from the digital certificate
| |
| Subject | (Required)
Subject text on the digital certificate
|
See Also