-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathSslStreamCertificateContext.xml
More file actions
50 lines (50 loc) · 3.51 KB
/
SslStreamCertificateContext.xml
File metadata and controls
50 lines (50 loc) · 3.51 KB
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
<Type Name="SslStreamCertificateContext" FullName="System.Net.Security.SslStreamCertificateContext">
<TypeSignature Language="C#" Value="public sealed class SslStreamCertificateContext" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit SslStreamCertificateContext extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.Net.Security.SslStreamCertificateContext" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class SslStreamCertificateContext" />
<TypeSignature Language="C++ CLI" Value="public ref class SslStreamCertificateContext sealed" />
<TypeSignature Language="F#" Value="type SslStreamCertificateContext = class" />
<AssemblyInfo>
<AssemblyName>System.Net.Security</AssemblyName>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Create">
<MemberSignature Language="C#" Value="public static System.Net.Security.SslStreamCertificateContext Create (System.Security.Cryptography.X509Certificates.X509Certificate2 target, System.Security.Cryptography.X509Certificates.X509Certificate2Collection? additionalCertificates, bool offline = false);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Net.Security.SslStreamCertificateContext Create(class System.Security.Cryptography.X509Certificates.X509Certificate2 target, class System.Security.Cryptography.X509Certificates.X509Certificate2Collection additionalCertificates, bool offline) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Net.Security.SslStreamCertificateContext.Create(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)" />
<MemberSignature Language="VB.NET" Value="Public Shared Function Create (target As X509Certificate2, additionalCertificates As X509Certificate2Collection, Optional offline As Boolean = false) As SslStreamCertificateContext" />
<MemberSignature Language="F#" Value="static member Create : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Cryptography.X509Certificates.X509Certificate2Collection * bool -> System.Net.Security.SslStreamCertificateContext" Usage="System.Net.Security.SslStreamCertificateContext.Create (target, additionalCertificates, offline)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Net.Security</AssemblyName>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Net.Security.SslStreamCertificateContext</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="target" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" />
<Parameter Name="additionalCertificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2Collection" />
<Parameter Name="offline" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="target">To be added.</param>
<param name="additionalCertificates">To be added.</param>
<param name="offline">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>