namespace ElectronNET.API.Entities
{
///
///
///
public class ImportCertificateOptions
{
///
/// Path for the pkcs12 file.
///
public string Certificate { get; set; }
///
/// Passphrase for the certificate.
///
public string Password {get; set; }
}
}