Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Aug 7, 2015
2 parents b558965 + 2ee3efb commit 72ac22c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DocuSign.Integrations.Client/Envelope.json.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,11 @@ public class eventNotification

public string useSoapInterface { get; set; }

/// <summary>
/// When set to true, messages are signed with an X509 certificate. This provides support for 2-way SSL in the envelope.
/// </summary>
public string signMessageWithX509Cert { get; set; }

public string soapNameSpace { get; set; }

public string includeCertificateWithSoap { get; set; }
Expand Down

0 comments on commit 72ac22c

Please sign in to comment.