1 instantiation of SaslDefaultCredentials
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
157var defaults = new SaslDefaultCredentials { mech = Interop.KerberosDefaultMechanism };
5 references to SaslDefaultCredentials
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (2)
199SaslDefaultCredentials defaults = Marshal.PtrToStructure<SaslDefaultCredentials>(defaultsPtr);
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (3)
139SaslDefaultCredentials defaults = GetSaslDefaults(); 155private SaslDefaultCredentials GetSaslDefaults() 157var defaults = new SaslDefaultCredentials { mech = Interop.KerberosDefaultMechanism };