1 write to _clientCertificateDelegate
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
493_clientCertificateDelegate = value;
4 references to _clientCertificateDelegate
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
890if (count == 0 && SessionOptions._clientCertificateDelegate == null) 896if (SessionOptions._clientCertificateDelegate == null) 930X509Certificate cert = SessionOptions._clientCertificateDelegate(this, certAuthorities);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
464return _clientCertificateDelegate;