mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-24 07:54:43 +00:00
imeplement all Dialog-API functions
This commit is contained in:
15
ElectronNET.API/Entities/CertificateTrustDialogOptions.cs
Normal file
15
ElectronNET.API/Entities/CertificateTrustDialogOptions.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class CertificateTrustDialogOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// The certificate to trust/import.
|
||||
/// </summary>
|
||||
public Certificate Certificate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The message to display to the user.
|
||||
/// </summary>
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user