SignatureHelper Constructor (String, HttpClientCertificate) |
Constuctor of the SignatureHelper which set properties that cannot be changed after
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public 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