[]
Adds a certificate response for a specified signature.
public void AddVerificationCert(Signature signature, byte[] cert)
Public Sub AddVerificationCert(signature As Signature, cert As Byte())
| Type | Name | Description |
|---|---|---|
| Signature | signature | The Signature object. |
| byte[] | cert | The DER-encoded certificate. |
Adds a certificate response for a specified signature.
public byte[] AddVerificationCert(Signature signature, X509Certificate2 cert)
Public Function AddVerificationCert(signature As Signature, cert As X509Certificate2) As Byte()
| Type | Name | Description |
|---|---|---|
| Signature | signature | The Signature object. |
| X509Certificate2 | cert | The certificate. |
| Type | Description |
|---|---|
| byte[] | The DER-encoded certificate. |