3 references to VERIFYSERVERCERT
System.DirectoryServices.Protocols (3)
src\libraries\Common\src\Interop\Linux\OpenLdap\Interop.Ldap.cs (1)
160
public static partial int ldap_set_option_servercert(ConnectionHandle ldapHandle, LdapOption option,
VERIFYSERVERCERT
outValue);
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
119
internal static int SetServerCertOption(ConnectionHandle ldapHandle, LdapOption option,
VERIFYSERVERCERT
outValue) => Interop.Ldap.ldap_set_option_servercert(ldapHandle, option, outValue);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
150
private readonly
VERIFYSERVERCERT
_serverCertificateRoutine;