Exemple #1
0
 public void SetAsAzureAuthenticationProvider(IAsAzureAuthenticationProvider asAzureAuthenticationProvider)
 {
     _asAzureAuthenticationProvider = asAzureAuthenticationProvider;
 }
Exemple #2
0
 private AsAzureClientSession()
 {
     TokenCache = new TokenCache();
     _profile   = new AsAzureProfile();
     _asAzureAuthenticationProvider = new AsAzureAuthenticationProvider();
 }