Public Member Functions | |
| CertificateState (X509Certificate certificate, bool accepted, CertificateProblem problem) | |
| Creates a new certificateState object. | |
| bool | IsValid (X509Certificate certificate) |
| Is the certificate valid. | |
Public Attributes | |
| X509Certificate | Certificate |
| The certificate. | |
Properties | |
| CertificateProblem | Problem [get] |
| Get the reason the certificate failed. | |
| bool | Accepted [get] |
| Get whether the Cert is accepted. | |
| Simias::Client::CertPolicy::CertificateState::CertificateState | ( | X509Certificate | certificate, | |
| bool | accepted, | |||
| CertificateProblem | problem | |||
| ) | [inline] |
Creates a new certificateState object.
| certificate | The certificate. | |
| accepted | If true accept the certificate. | |
| problem | The problem with the certificate. |
| bool Simias::Client::CertPolicy::CertificateState::IsValid | ( | X509Certificate | certificate | ) | [inline] |
Is the certificate valid.
| certificate | The certificate to check. |
| X509Certificate Simias::Client::CertPolicy::CertificateState::Certificate |
The certificate.
CertificateProblem Simias::Client::CertPolicy::CertificateState::Problem [get] |
Get the reason the certificate failed.
bool Simias::Client::CertPolicy::CertificateState::Accepted [get] |
Get whether the Cert is accepted.
1.5.6