linux-packaging-mono/mcs/class/System/Documentation/en/System.Net.Security/LocalCertificateSelectionCallback.xml
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

40 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="LocalCertificateSelectionCallback" FullName="System.Net.Security.LocalCertificateSelectionCallback">
<TypeSignature Language="C#" Value="public delegate System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificateSelectionCallback(object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed LocalCertificateSelectionCallback extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="sender" Type="System.Object" />
<Parameter Name="targetHost" Type="System.String" />
<Parameter Name="localCertificates" Type="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<Parameter Name="remoteCertificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate" />
<Parameter Name="acceptableIssuers" Type="System.String[]" />
</Parameters>
<ReturnValue>
<ReturnType>System.Security.Cryptography.X509Certificates.X509Certificate</ReturnType>
</ReturnValue>
<Docs>
<param name="sender">To be added.</param>
<param name="targetHost">To be added.</param>
<param name="localCertificates">To be added.</param>
<param name="remoteCertificate">To be added.</param>
<param name="acceptableIssuers">To be added.</param>
<returns>To be added.</returns>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This delegate is used to construct instances of the <see cref="T:System.Net.Security.SslStream" /> class. The <see cref="T:System.Net.Security.SslStream" /> class is used to help secure information exchanged between a client and server. The client and server use this delegate to select a certificate to be used for authentication.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Selects the local Secure Sockets Layer (SSL) certificate used for authentication.</para>
</summary>
</Docs>
</Type>