4 writes to authenticationType
System.Web (4)
Security\ADMembershipProvider.cs (4)
3563
authenticationType
= GetAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows);
3606
authenticationType
= GetAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.Windows);
3637
authenticationType
= GetAuthenticationTypes(ActiveDirectoryConnectionProtection.SignAndSeal, CredentialsType.Windows);
3667
authenticationType
= GetAuthenticationTypes(connectionProtection, CredentialsType.NonWindows);
8 references to authenticationType
System.Web (8)
Security\ADMembershipProvider.cs (8)
3568
rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(),
authenticationType
);
3611
rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(),
authenticationType
);
3642
rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(),
authenticationType
);
3670
rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(),
authenticationType
);
3679
rootdse = new DirectoryEntry(GetADsPath("RootDSE"), GetUsername(), GetPassword(),
authenticationType
);
3712
DirectoryEntry containerEntry = new DirectoryEntry(wkUsersContainerPath, GetUsername(), GetPassword(),
authenticationType
);
3737
DirectoryEntry containerEntry = new DirectoryEntry(GetADsPath(containerDN), GetUsername(), GetPassword(),
authenticationType
);
3875
get { return
authenticationType
; }