Orchard/lib/windowsazure/Microsoft.Azure.Common.NetFramework.xml
2015-01-16 00:06:27 +01:00

90 lines
4.2 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Azure.Common.NetFramework</name>
</assembly>
<members>
<member name="T:Microsoft.Azure.CertificateCloudCredentials">
<summary>
Credentials using a management certificate to authorize requests.
</summary>
</member>
<member name="M:Microsoft.Azure.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.Azure.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.Azure.CertificateCloudCredentials.InitializeServiceClient``1(Hyak.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.Azure.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.Azure.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.Azure.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.Azure.Common.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.Azure.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.Azure.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>