[]
Countersign the signature, if the signature has been signed.
void Countersign(X509Certificate2 certificate)
Sub Countersign(certificate As X509Certificate2)
Type | Name | Description |
---|---|---|
X509Certificate2 | certificate | The certificate that will be used to countersign this signature. |
Type | Condition |
---|---|
InvalidOperationException | The signature was not signed. |