public async Task InstanceDiscoveryTest()
 {
     await AdalTests.InstanceDiscoveryTestAsync(Sts);
 }
示例#2
0
 public async Task InstanceDiscoveryTest(string stsType)
 {
     await AdalTests.InstanceDiscoveryTestAsync(SetupStsService(GetStsType(stsType)));
 }