/// <para>Set the name(path) of the .pfx file. If it is string.Empty Root certificate file will be named as "rootCert.pfx" (and will be saved in proxy dll directory)</para>
/// </summary>
publicstringNamePFXfile
{
get=>namePFXfile;
set
publicstringPfxFilePath
{
namePFXfile=value;
CertificateManager.namePFXfile=this.namePFXfile;
}
get=>CertificateManager.PfxFilePath;
set=>CertificateManager.PfxFilePath=value;
}
publicX509KeyStorageFlagsStorageFlag
...
...
@@ -201,7 +165,7 @@ namespace Titanium.Web.Proxy
set
{
storageFlag=value;
CertificateManager.storageFlag=this.storageFlag;
CertificateManager.StorageFlag=storageFlag;
}
}
...
...
@@ -481,6 +445,7 @@ namespace Titanium.Web.Proxy
{
thrownewException("Endpoint do not support Https connections");