File: RemoteCertificateValidationCallback.xml

package info (click to toggle)
monodoc 1.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 98,436 kB
  • ctags: 5,261
  • sloc: xml: 1,506,218; cs: 40,827; sh: 3,647; perl: 554; makefile: 476
file content (29 lines) | stat: -rw-r--r-- 1,307 bytes parent folder | download | duplicates (5)
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
<Type Name="RemoteCertificateValidationCallback" FullName="System.Net.Security.RemoteCertificateValidationCallback">
  <TypeSignature Language="C#" Value="public delegate bool RemoteCertificateValidationCallback(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors);" />
  <AssemblyInfo>
    <AssemblyName>System</AssemblyName>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters>
    <Parameter Name="sender" Type="System.Object" />
    <Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate" />
    <Parameter Name="chain" Type="System.Security.Cryptography.X509Certificates.X509Chain" />
    <Parameter Name="sslPolicyErrors" Type="System.Net.Security.SslPolicyErrors" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Boolean</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="sender">To be added.</param>
    <param name="certificate">To be added.</param>
    <param name="chain">To be added.</param>
    <param name="sslPolicyErrors">To be added.</param>
    <summary>To be added.</summary>
    <value>To be added.</value>
    <remarks>To be added.</remarks>
    <since version=".NET 2.0" />
  </Docs>
</Type>