/// <summary>
 /// Registers cloud configuration providers with the common runtime
 /// that require the .NET framework.
 /// </summary>
 public void RegisterDefaultCloudCredentialsProviders()
 {
     CloudConfiguration.RegisterCloudCredentialsProvider(new TokenCloudCredentialsProvider());
 }
 /// <summary>
 /// Registers cloud configuration providers with the common runtime
 /// that require the .NET framework.
 /// </summary>
 public void RegisterDefaultCloudCredentialsProviders()
 {
     CloudConfiguration.RegisterCloudCredentialsProvider(new CertificateCloudCredentialsProvider());
 }