Microsoft.Azure.Common.NetFramework.xml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?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>