Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 561 Bytes

VerifyCertificateResponse.md

File metadata and controls

12 lines (8 loc) · 561 Bytes

Com.Lab5e.Span.Model.VerifyCertificateResponse

Response when verifying a certificate. The valid flag is set to true when the certificate is valid. Any errors will be added to the errors array.

Properties

Name Type Description Notes
Valid bool [optional]
Errors List<string> [optional]

[Back to Model list] [Back to API list] [Back to README]