mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 02:08:29 +02:00
Added X509Certificate2Filename (#27)
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user