CertificateData
The CertificateData class represents a container for digital certificate data in binary format.
Properties
| Name | Description |
|---|---|
| data | Gets the binary data of the digital certificate. |
Constructors
| Name | Description |
|---|---|
| CertificateData(data) | Initializes a new instance of the CertificateData class with the specified certificate data. |