SignatureHelper Constructor (String, HttpClientCertificate) |
Constuctor of the SignatureHelper which set properties that cannot be changed after
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic SignatureHelper(
string filename,
HttpClientCertificate clientCertificate
)
Public Sub New (
filename As String,
clientCertificate As HttpClientCertificate
)
Parameters
- filename
- Type: SystemString
File path of the Xml Document - clientCertificate
- Type: System.WebHttpClientCertificate
Client Certificate
See Also