[]
Creates a SignatureProperties object and initializes it so that it will create a PAdES B-T signature.
public static SignatureProperties CreatePAdES_B_T(TimeStamp timeStamp, params X509Certificate2[] certificateChain)
Public Shared Function CreatePAdES_B_T(timeStamp As TimeStamp, ParamArray certificateChain As X509Certificate2()) As SignatureProperties
| Type | Name | Description |
|---|---|---|
| TimeStamp | timeStamp | The TimeStamp object. |
| X509Certificate2[] | certificateChain | The certificate chain. The first certificate is used for signing. |
| Type | Description |
|---|---|
| SignatureProperties | The SignatureProperties object.s |