Redigera

Dela via


ServerCertificateSelectionCallback Delegate

Definition

public delegate System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificateSelectionCallback(object sender, string hostName);
type ServerCertificateSelectionCallback = delegate of obj * string -> X509Certificate
Public Delegate Function ServerCertificateSelectionCallback(sender As Object, hostName As String) As X509Certificate 

Parameters

sender
Object
hostName
String

Return Value

Applies to