Added X509Certificate2Filename (#27)

This commit is contained in:
Stef Heyenrath
2017-05-16 20:20:55 +02:00
parent 961e8b555f
commit 360a1227e4
17 changed files with 122 additions and 65 deletions

View File

@@ -14,5 +14,10 @@
/// Save the mapping for each request/response.
/// </summary>
public bool SaveMapping { get; set; } = true;
/// <summary>
/// The clientCertificateFilename to use. Example : "C:\certificates\cert.pfx"
/// </summary>
public string X509Certificate2Filename { get; set; }
}
}