메소드 | 설명 | |
---|---|---|
Verify ( string hostname, ISSLSession session ) : bool |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |