Beispiel #1
0
 private int removeAuthToken(RemoveAuthTokenOptions opts)
 {
     ServiceLocator.Container.Resolve <IConfiguration>().SetAuthToken(opts.host, null);
     return(Exit.OK);
 }
Beispiel #2
0
 private int removeAuthToken(RemoveAuthTokenOptions opts)
 {
     Win32Registry.SetAuthToken(opts.host, null);
     return(Exit.OK);
 }