Exemplo n.º 1
0
 private MacOSKeychain()
 {
     PlatformUtils.EnsureMacOS();
 }
 private WindowsCredentialManager()
 {
     PlatformUtils.EnsureWindows();
 }