Method | Description | |
---|---|---|
Verify ( string hostname, ISSLSession session ) : bool |
Method | Description | |
---|---|---|
verifyClientCiphers ( string hostname, ISSLSession session ) : bool |
Verifies client ciphers and is only available in Mono and Xamarin products.
|
|
verifyServerCertificate ( string hostname, ISSLSession session ) : bool |
Verifies the server certificate by calling into ServicePointManager.ServerCertificateValidationCallback or, if the is no delegate attached to it by using the default hostname verifier.
|
public Verify ( string hostname, ISSLSession session ) : bool | ||
hostname | string | |
session | ISSLSession | |
return | bool |