4 references to VERIFYSERVERCERT
System.DirectoryServices.Protocols (4)
_generated\0\LibraryImports.g.cs (1)
564
public static partial int ldap_set_option_servercert(global::System.DirectoryServices.Protocols.ConnectionHandle ldapHandle, global::System.DirectoryServices.Protocols.LdapOption option, global::System.DirectoryServices.Protocols.
VERIFYSERVERCERT
outValue)
src\runtime\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)
121
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;