1 write to directoryType
System.Web (1)
Security\ADMembershipProvider.cs (1)
3680directoryType = GetDirectoryType();
5 references to directoryType
System.Web (5)
Security\ADMembershipProvider.cs (5)
3687if ((directoryType == DirectoryType.ADAM) && (this.connectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal)) 3693if ((directoryType == DirectoryType.AD) && ((port == GC_PORT) || (port == GC_SSL_PORT))) 3702if (directoryType == DirectoryType.AD) 3819if (directoryType == DirectoryType.ADAM) 3865get { return directoryType; }