MonoRemoteCertificateValidationCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate bool MonoRemoteCertificateValidationCallback(System::String ^ targetHost, X509Certificate ^ certificate, X509Chain ^ chain, MonoSslPolicyErrors sslPolicyErrors);
public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, X509Certificate certificate, X509Chain chain, MonoSslPolicyErrors sslPolicyErrors);
type MonoRemoteCertificateValidationCallback = delegate of string * X509Certificate * X509Chain * MonoSslPolicyErrors -> bool
Public Delegate Function MonoRemoteCertificateValidationCallback(targetHost As String, certificate As X509Certificate, chain As X509Chain, sslPolicyErrors As MonoSslPolicyErrors) As Boolean
Parameters
- targetHost
- String
- certificate
- X509Certificate
- chain
- X509Chain
- sslPolicyErrors
- MonoSslPolicyErrors
Return Value
Extension Methods
| GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |