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