C# Class DirSearcherClient.Program

显示文件 Open project: Azure-Samples/active-directory-dotnet-deviceprofile

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
ClearCache ( ) : void
GetToken ( string tenant ) : AuthenticationResult
GetTokenViaCode ( Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext ctx ) : AuthenticationResult
Help ( ) : void
PrintCache ( ) : void
Search ( string searchterm, string tenant ) : void

Method Details

Main() public method

public Main ( string args ) : void
args string
return void