/// <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
{
namePFXfile=value;
CertificateManager.namePFXfile=this.namePFXfile;
}
}
publicX509KeyStorageFlagsStorageFlag
{
get=>storageFlag;
set
{
storageFlag=value;
CertificateManager.storageFlag=this.storageFlag;
}
}
}
}
...
@@ -346,7 +422,7 @@ namespace Titanium.Web.Proxy
...
@@ -346,7 +422,7 @@ namespace Titanium.Web.Proxy
/// <summary>
/// <summary>
/// Remove a proxy end point
/// Remove a proxy end point
/// Will throw error if the end point does'nt exist
/// Will throw error if the end point does'nt exist