|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
| CertIssuerPair (byte[] cert, byte[] issuer) | |
| Constructor, with parameters. More... | |
| CertIssuerPair () | |
| Constructor. | |
| CertIssuerPair (CertIssuerPair other) | |
| Constructor, with another cert-issuer pair object. More... | |
| void | Set (byte[] cert, byte[] issuer) |
| Set value. More... | |
Properties | |
| byte [] | cert [get, set] |
| Certificate content. | |
| byte [] | issuer [get, set] |
| An issuer of the certificate. | |
This class represents a cert-issuer pair.
|
inline |
Constructor, with parameters.
| [in] | cert | Certificate content. |
| [in] | issuer | An issuer for the certificate. |
|
inline |
Constructor, with another cert-issuer pair object.
| [in] | other | Another cert-issuer pair object. |
|
inline |
Set value.
| [in] | cert | Certificate content. |
| [in] | issuer | An issuer for the certificate. |