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