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