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)
884if (count == 0 && SessionOptions._clientCertificateDelegate == null) 890if (SessionOptions._clientCertificateDelegate == null) 924X509Certificate cert = SessionOptions._clientCertificateDelegate(this, certAuthorities);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
464return _clientCertificateDelegate;