Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Net.​Security.​RemoteCertificateValidationCallback
Assembly: System.Net.Security
Inheritance: object → delegate → MulticastDelegate → RemoteCertificateValidationCallback
Implemented Interfaces
- ICloneable Implemented by: delegate
- Runtime.​Serialization.​ISerializable Implemented by: delegate
Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication.
Properties
public
bool
HasSingleTarget
Method
public
object
Target
Methods
public
bool
Invoke​(object sender,
Security.​Cryptography.​X509Certificates.​X509Certificate certificate,
Security.​Cryptography.​X509Certificates.​X509Chain chain,
SslPolicyErrors sslPolicyErrors)
public
IAsyncResult
BeginInvoke​(object sender,
Security.​Cryptography.​X509Certificates.​X509Certificate? certificate,
Security.​Cryptography.​X509Certificates.​X509Chain? chain,
SslPolicyErrors sslPolicyErrors,
AsyncCallback callback,
object object)
protected
Reflection.​MethodInfo
GetMethodImpl​()
Inherited from MulticastDelegate
public
void
GetObjectData​(Runtime.​Serialization.​SerializationInfo info,
Runtime.​Serialization.​StreamingContext context)
Inherited from MulticastDelegate
public
object
Clone​()
Inherited from delegate
public
object
DynamicInvoke​(object[] args)
Inherited from delegate
protected
object
DynamicInvokeImpl​(object[] args)
Inherited from delegate
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object