3 references to SecurityProtocol
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (3)
73private SecurityProtocol _securityProtocol; 87public SecurityProtocol Protocol => _securityProtocol; 118internal ref readonly byte GetPinnableReference() => ref Unsafe.As<SecurityProtocol, byte>(ref _securityProtocol);