-
Notifications
You must be signed in to change notification settings - Fork 32
/
CertificateDescription.xml
366 lines (366 loc) Β· 24.5 KB
/
CertificateDescription.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<Type Name="CertificateDescription" FullName="Microsoft.Identity.Web.CertificateDescription">
<TypeSignature Language="C#" Value="public class CertificateDescription : Microsoft.Identity.Abstractions.CredentialDescription" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CertificateDescription extends Microsoft.Identity.Abstractions.CredentialDescription" />
<TypeSignature Language="DocId" Value="T:Microsoft.Identity.Web.CertificateDescription" />
<TypeSignature Language="VB.NET" Value="Public Class CertificateDescription
Inherits CredentialDescription" />
<TypeSignature Language="F#" Value="type CertificateDescription = class
 inherit CredentialDescription" />
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>2.6.1.0</AssemblyVersion>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
<AssemblyVersion>2.9.0.0</AssemblyVersion>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
<AssemblyVersion>2.11.0.0</AssemblyVersion>
<AssemblyVersion>2.11.1.0</AssemblyVersion>
<AssemblyVersion>2.12.4.0</AssemblyVersion>
<AssemblyVersion>2.13.0.0</AssemblyVersion>
<AssemblyVersion>2.13.1.0</AssemblyVersion>
<AssemblyVersion>2.13.2.0</AssemblyVersion>
<AssemblyVersion>2.13.3.0</AssemblyVersion>
<AssemblyVersion>2.13.4.0</AssemblyVersion>
<AssemblyVersion>2.14.0.0</AssemblyVersion>
<AssemblyVersion>2.15.1.0</AssemblyVersion>
<AssemblyVersion>2.15.2.0</AssemblyVersion>
<AssemblyVersion>2.15.3.0</AssemblyVersion>
<AssemblyVersion>2.15.5.0</AssemblyVersion>
<AssemblyVersion>2.16.0.0</AssemblyVersion>
<AssemblyVersion>2.16.1.0</AssemblyVersion>
<AssemblyVersion>2.17.0.0</AssemblyVersion>
<AssemblyVersion>2.17.1.0</AssemblyVersion>
<AssemblyVersion>2.17.2.0</AssemblyVersion>
<AssemblyVersion>2.17.3.0</AssemblyVersion>
<AssemblyVersion>2.17.4.0</AssemblyVersion>
<AssemblyVersion>2.17.5.0</AssemblyVersion>
<AssemblyVersion>2.18.1.0</AssemblyVersion>
<AssemblyVersion>2.18.2.0</AssemblyVersion>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<AssemblyVersion>2.19.1.0</AssemblyVersion>
<AssemblyVersion>2.20.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<AssemblyVersion>3.2.1.0</AssemblyVersion>
<AssemblyVersion>3.2.2.0</AssemblyVersion>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<AssemblyVersion>3.3.1.0</AssemblyVersion>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Identity.Abstractions.CredentialDescription</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Description of a certificate.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CertificateDescription ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Default constructor.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CertificateDescription (Microsoft.Identity.Abstractions.CredentialDescription credentialDescription);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Identity.Abstractions.CredentialDescription credentialDescription) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.#ctor(Microsoft.Identity.Abstractions.CredentialDescription)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (credentialDescription As CredentialDescription)" />
<MemberSignature Language="F#" Value="new Microsoft.Identity.Web.CertificateDescription : Microsoft.Identity.Abstractions.CredentialDescription -> Microsoft.Identity.Web.CertificateDescription" Usage="new Microsoft.Identity.Web.CertificateDescription credentialDescription" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="credentialDescription" Type="Microsoft.Identity.Abstractions.CredentialDescription" />
</Parameters>
<Docs>
<param name="credentialDescription" />
<summary>
Creates a certificate description from a credential description.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Certificate">
<MemberSignature Language="C#" Value="public System.Security.Cryptography.X509Certificates.X509Certificate2? Certificate { get; protected internal set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Web.CertificateDescription.Certificate" />
<MemberSignature Language="VB.NET" Value="Public Property Certificate As X509Certificate2" />
<MemberSignature Language="F#" Value="member this.Certificate : System.Security.Cryptography.X509Certificates.X509Certificate2 with get, set" Usage="Microsoft.Identity.Web.CertificateDescription.Certificate" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Security.Cryptography.X509Certificates.X509Certificate2</ReturnType>
</ReturnValue>
<Docs>
<summary>
<inheritdoc />.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromBase64Encoded">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromBase64Encoded (string base64EncodedValue);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromBase64Encoded(string base64EncodedValue) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromBase64Encoded(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromBase64Encoded (base64EncodedValue As String) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromBase64Encoded : string -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromBase64Encoded base64EncodedValue" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="base64EncodedValue" Type="System.String" />
</Parameters>
<Docs>
<param name="base64EncodedValue">Base64 encoded certificate value.</param>
<summary>
Creates a certificate description from a Base64 encoded value.
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromBase64Encoded">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromBase64Encoded (string base64EncodedValue, string password);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromBase64Encoded(string base64EncodedValue, string password) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromBase64Encoded(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromBase64Encoded (base64EncodedValue As String, password As String) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromBase64Encoded : string * string -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromBase64Encoded (base64EncodedValue, password)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="base64EncodedValue" Type="System.String" />
<Parameter Name="password" Type="System.String" />
</Parameters>
<Docs>
<param name="base64EncodedValue">Base64 encoded certificate value.</param>
<param name="password">The password to use when decoding the certificate.</param>
<summary>
Creates a certificate description from a Base64 encoded value.
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromCertificate (System.Security.Cryptography.X509Certificates.X509Certificate2 x509certificate2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromCertificate(class System.Security.Cryptography.X509Certificates.X509Certificate2 x509certificate2) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromCertificate (x509certificate2 As X509Certificate2) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromCertificate : System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromCertificate x509certificate2" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="x509certificate2" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" />
</Parameters>
<Docs>
<param name="x509certificate2">Certificate.</param>
<summary>
Creates a certificate description from a certificate (by code).
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromKeyVault">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromKeyVault (string keyVaultUrl, string keyVaultCertificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromKeyVault(string keyVaultUrl, string keyVaultCertificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromKeyVault(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromKeyVault (keyVaultUrl As String, keyVaultCertificateName As String) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromKeyVault : string * string -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromKeyVault (keyVaultUrl, keyVaultCertificateName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="keyVaultUrl" Type="System.String" />
<Parameter Name="keyVaultCertificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="keyVaultUrl">The Key Vault URL.</param>
<param name="keyVaultCertificateName">The name of the certificate in Key Vault.</param>
<summary>
Creates a certificate description from Key Vault.
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromPath">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromPath (string path, string? password = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromPath(string path, string password) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromPath(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromPath (path As String, Optional password As String = Nothing) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromPath : string * string -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromPath (path, password)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="path" Type="System.String" />
<Parameter Name="password" Type="System.String" />
</Parameters>
<Docs>
<param name="path">Path where to find the certificate file.</param>
<param name="password">Certificate password.</param>
<summary>
Creates a certificate description from path on disk.
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromStoreWithDistinguishedName">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromStoreWithDistinguishedName (string certificateDistinguishedName, System.Security.Cryptography.X509Certificates.StoreLocation certificateStoreLocation = System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser, System.Security.Cryptography.X509Certificates.StoreName certificateStoreName = System.Security.Cryptography.X509Certificates.StoreName.My);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromStoreWithDistinguishedName(string certificateDistinguishedName, valuetype System.Security.Cryptography.X509Certificates.StoreLocation certificateStoreLocation, valuetype System.Security.Cryptography.X509Certificates.StoreName certificateStoreName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromStoreWithDistinguishedName(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromStoreWithDistinguishedName (certificateDistinguishedName As String, Optional certificateStoreLocation As StoreLocation = System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser, Optional certificateStoreName As StoreName = System.Security.Cryptography.X509Certificates.StoreName.My) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromStoreWithDistinguishedName : string * System.Security.Cryptography.X509Certificates.StoreLocation * System.Security.Cryptography.X509Certificates.StoreName -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromStoreWithDistinguishedName (certificateDistinguishedName, certificateStoreLocation, certificateStoreName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="certificateDistinguishedName" Type="System.String" />
<Parameter Name="certificateStoreLocation" Type="System.Security.Cryptography.X509Certificates.StoreLocation" />
<Parameter Name="certificateStoreName" Type="System.Security.Cryptography.X509Certificates.StoreName" />
</Parameters>
<Docs>
<param name="certificateDistinguishedName">Certificate distinguished named.</param>
<param name="certificateStoreLocation">Store location where to find the certificate.</param>
<param name="certificateStoreName">Store name where to find the certificate.</param>
<summary>
Creates a certificate description from a certificate distinguished name (such as CN=name)
and store location (Certificate Manager on Windows, for instance).
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromStoreWithThumbprint">
<MemberSignature Language="C#" Value="public static Microsoft.Identity.Web.CertificateDescription FromStoreWithThumbprint (string certificateThumbprint, System.Security.Cryptography.X509Certificates.StoreLocation certificateStoreLocation = System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser, System.Security.Cryptography.X509Certificates.StoreName certificateStoreName = System.Security.Cryptography.X509Certificates.StoreName.My);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Identity.Web.CertificateDescription FromStoreWithThumbprint(string certificateThumbprint, valuetype System.Security.Cryptography.X509Certificates.StoreLocation certificateStoreLocation, valuetype System.Security.Cryptography.X509Certificates.StoreName certificateStoreName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.CertificateDescription.FromStoreWithThumbprint(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function FromStoreWithThumbprint (certificateThumbprint As String, Optional certificateStoreLocation As StoreLocation = System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser, Optional certificateStoreName As StoreName = System.Security.Cryptography.X509Certificates.StoreName.My) As CertificateDescription" />
<MemberSignature Language="F#" Value="static member FromStoreWithThumbprint : string * System.Security.Cryptography.X509Certificates.StoreLocation * System.Security.Cryptography.X509Certificates.StoreName -> Microsoft.Identity.Web.CertificateDescription" Usage="Microsoft.Identity.Web.CertificateDescription.FromStoreWithThumbprint (certificateThumbprint, certificateStoreLocation, certificateStoreName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateDescription</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="certificateThumbprint" Type="System.String" />
<Parameter Name="certificateStoreLocation" Type="System.Security.Cryptography.X509Certificates.StoreLocation" />
<Parameter Name="certificateStoreName" Type="System.Security.Cryptography.X509Certificates.StoreName" />
</Parameters>
<Docs>
<param name="certificateThumbprint">Certificate thumbprint.</param>
<param name="certificateStoreLocation">Store location where to find the certificate.</param>
<param name="certificateStoreName">Store name where to find the certificate.</param>
<summary>
Creates a certificate description from a thumbprint and store location (Certificate Manager on Windows, for instance).
</summary>
<returns>A certificate description.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SourceType">
<MemberSignature Language="C#" Value="public Microsoft.Identity.Web.CertificateSource SourceType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Identity.Web.CertificateSource SourceType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Web.CertificateDescription.SourceType" />
<MemberSignature Language="VB.NET" Value="Public Property SourceType As CertificateSource" />
<MemberSignature Language="F#" Value="member this.SourceType : Microsoft.Identity.Web.CertificateSource with get, set" Usage="Microsoft.Identity.Web.CertificateDescription.SourceType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Web.CertificateSource</ReturnType>
</ReturnValue>
<Docs>
<summary>
<inheritdoc />.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="X509KeyStorageFlags">
<MemberSignature Language="C#" Value="public System.Security.Cryptography.X509Certificates.X509KeyStorageFlags X509KeyStorageFlags { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Security.Cryptography.X509Certificates.X509KeyStorageFlags X509KeyStorageFlags" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Web.CertificateDescription.X509KeyStorageFlags" />
<MemberSignature Language="VB.NET" Value="Public Property X509KeyStorageFlags As X509KeyStorageFlags" />
<MemberSignature Language="F#" Value="member this.X509KeyStorageFlags : System.Security.Cryptography.X509Certificates.X509KeyStorageFlags with get, set" Usage="Microsoft.Identity.Web.CertificateDescription.X509KeyStorageFlags" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.Certificate</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Security.Cryptography.X509Certificates.X509KeyStorageFlags</ReturnType>
</ReturnValue>
<Docs>
<summary>
Defines where and how to import the private key of an X.509 certificate.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>