Exemplo n.º 1
0
 public CertManager(SharedSecureStorage storage)
 {
     _storage = storage;
 }
Exemplo n.º 2
0
 public static async Task UninstallAsync()
 {
     // Windows 10 doesn't support an uninstall method at the moment.  Let's forget about the cert ourselves.
     await SharedSecureStorage.RemoveAsync(StorageKeyNames.RegisteredCertSubject);
 }