ISEaddon/Microsoft.WindowsAzure.Common.NetFramework.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.WindowsAzure.Common.NetFramework</name> </assembly> <members> <member name="T:Microsoft.WindowsAzure.CertificateCloudCredentials"> <summary> Credentials using a management certificate to authorize requests. </summary> </member> <member name="M:Microsoft.WindowsAzure.CertificateCloudCredentials.#ctor(System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"> <summary> Initializes a new instance of the CertificateCloudCredentials class. </summary> <param name="subscriptionId">The Subscription ID.</param> <param name="managementCertificate"> The management certificate. </param> </member> <member name="M:Microsoft.WindowsAzure.CertificateCloudCredentials.Create(System.Collections.Generic.IDictionary{System.String,System.Object})"> <summary> Attempt to create certificate credentials from a collection of settings. </summary> <param name="settings">The settings to use.</param> <returns> CertificateCloudCredentials is created, null otherwise. </returns> </member> <member name="M:Microsoft.WindowsAzure.CertificateCloudCredentials.InitializeServiceClient``1(Microsoft.WindowsAzure.Common.ServiceClient{``0})"> <summary> Initialize a ServiceClient instance to process credentials. </summary> <typeparam name="T">Type of ServiceClient.</typeparam> <param name="client">The ServiceClient.</param> <remarks> This will add a certificate to the shared root WebRequestHandler in the ServiceClient's HttpClient handler pipeline. </remarks> </member> <member name="M:Microsoft.WindowsAzure.CertificateCloudCredentials.ProcessHttpRequestAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)"> <summary> Apply the credentials to the HTTP request. </summary> <param name="request">The HTTP request.</param> <param name="cancellationToken">Cancellation token.</param> <returns> Task that will complete when processing has completed. </returns> </member> <member name="P:Microsoft.WindowsAzure.CertificateCloudCredentials.SubscriptionId"> <summary> Gets subscription ID which uniquely identifies Microsoft Azure subscription. The subscription ID forms part of the URI for every call that you make to the Service Management API. </summary> </member> <member name="P:Microsoft.WindowsAzure.CertificateCloudCredentials.ManagementCertificate"> <summary> The Microsoft Azure Service Management API use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </summary> </member> <member name="T:Microsoft.WindowsAzure.Common.Platform.CertificateCloudCredentialsProvider"> <summary> Cloud credentials provider for .NET Framework clients. </summary> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.CertificateCloudCredentialsProvider.CreateCredentials(System.Collections.Generic.IDictionary{System.String,System.Object})"> <summary> Creates a new credentials instance if the appropriate settings for this provider are present and valid. </summary> <param name="settings">Dictionary of configuration settings.</param> <returns>Returns a new instance if the provider supports the provided settings.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.CryptographyProvider.ComputeHmacSha256Hash(System.Byte[],System.Byte[])"> <summary> Computes SHA256 hash from key and data using HMACSHA256. </summary> <param name="key">Key to use as hash salt.</param> <param name="data">Data to hash.</param> <returns>Hash value.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.#ctor"> <summary> Initializes the settings. </summary> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.IsMissingSettingException(System.Exception)"> <summary> Checks whether the given exception represents an exception throws for a missing setting. </summary> <param name="e">Exception</param> <returns>True for the missing setting exception.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.GetSetting(System.String)"> <summary> Gets a setting with the given name. </summary> <param name="name">Setting name.</param> <returns>Setting value or null if such setting does not exist.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.GetValue(System.String,System.String,System.Func{System.String,System.String})"> <summary> Gets setting's value from the given provider. </summary> <param name="providerName">Provider name.</param> <param name="settingName">Setting name</param> <param name="getValue">Method to obtain given setting.</param> <returns>Setting value, or null if not found.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.GetServiceRuntimeSetting(System.String)"> <summary> Gets a configuration setting from the service runtime. </summary> <param name="name">Setting name.</param> <returns>Setting value or null if not found.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.GetServiceRuntimeAssembly"> <summary> Loads and returns the latest available version of the service runtime assembly. </summary> <returns>Loaded assembly, if any.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.GetServiceSetting(System.String)"> <summary> Gets the setting defined in the Microsoft Azure configuration file. </summary> <param name="name">Setting name.</param> <returns>Setting value.</returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.ServiceRuntimeReference.Utilities.GetAssemblyPath(System.String)"> <summary> Gets an assembly path from the GAC given a partial name. </summary> <param name="name">An assembly partial name. May not be null.</param> <returns> The assembly path if found; otherwise null; </returns> </member> <member name="M:Microsoft.WindowsAzure.Common.Platform.CloudConfigurationProvider.RegisterDefaultCloudCredentialsProviders"> <summary> Registers cloud configuration providers with the common runtime that require the .NET framework. </summary> </member> <member name="T:Microsoft.WindowsAzure.Common.Properties.Resources"> <summary> A strongly-typed resource class, for looking up localized strings, etc. </summary> </member> <member name="P:Microsoft.WindowsAzure.Common.Properties.Resources.ResourceManager"> <summary> Returns the cached ResourceManager instance used by this class. </summary> </member> <member name="P:Microsoft.WindowsAzure.Common.Properties.Resources.Culture"> <summary> Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. </summary> </member> <member name="P:Microsoft.WindowsAzure.Common.Properties.Resources.CertificateCloudCredentials_InitializeServiceClient_NoWebRequestHandler"> <summary> Looks up a localized string similar to {0} requires a {1} in its HTTP pipeline to work with client certificates.. </summary> </member> </members> </doc> |