/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/DirectoryServices/ |
H A D | LdapConfiguration.cs | 19 AuthenticationTypes = at; in LdapConfiguration() 31 internal AuthenticationTypes AuthenticationTypes { get; set; } property in System.DirectoryServices.Tests.LdapConfiguration 91 AuthenticationTypes at = AuthenticationTypes.None; in GetConfiguration() 124 at |= AuthenticationTypes.Anonymous; in GetConfiguration() 126 at |= AuthenticationTypes.Delegation; in GetConfiguration() 128 at |= AuthenticationTypes.FastBind; in GetConfiguration() 130 at |= AuthenticationTypes.FastBind; in GetConfiguration() 134 at |= AuthenticationTypes.Sealing; in GetConfiguration() 136 at |= AuthenticationTypes.Secure; in GetConfiguration() 140 at |= AuthenticationTypes.ServerBind; in GetConfiguration() [all …]
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices/Test/System.DirectoryServices/ |
H A D | DirectoryServicesDirectoryEntryTest.cs | 286 #region AuthenticationTypes.Anonymous in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 343 #region AuthenticationTypes.FastBind in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 348 AuthenticationTypes.FastBind)){ in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 362 #region AuthenticationTypes.None in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 367 AuthenticationTypes.None)){ in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 400 #region AuthenticationTypes.Sealing in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 405 AuthenticationTypes.Sealing)){ in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 419 #region AuthenticationTypes.Secure in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 476 #region AuthenticationTypes.Signing in DirectoryEntry_DirectoryEntry_StrStrStrAuth() 481 AuthenticationTypes.Signing)){ in DirectoryEntry_DirectoryEntry_StrStrStrAuth() [all …]
|
H A D | TestConfiguration.cs | 16 private AuthenticationTypes _authenticationType; 39 _authenticationType = (AuthenticationTypes) 0; in TestConfiguration() 42 foreach (AuthenticationTypes type in Enum.GetValues (typeof (AuthenticationTypes))) in TestConfiguration() 79 public AuthenticationTypes AuthenticationType
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/tests/System/DirectoryServices/ |
H A D | DirectoryEntryTests.cs | 18 Assert.Equal(AuthenticationTypes.Secure, entry.AuthenticationType); in Ctor_Default() 34 Assert.Equal(AuthenticationTypes.Secure, entry.AuthenticationType); in Ctor_Path() 50 Assert.Equal(AuthenticationTypes.Secure, entry.AuthenticationType); in Ctor_Path_UserName_Password() 58 [InlineData(null, null, null, (AuthenticationTypes)int.MinValue)] 59 [InlineData("", "", "", AuthenticationTypes.Anonymous)] 60 [InlineData("Path", "UserName", "Password", AuthenticationTypes.None)] 61 …_AuthenticationType(string path, string userName, string password, AuthenticationTypes authenticat… in Ctor_Path_UserName_Password_AuthenticationType() 82 [InlineData(AuthenticationTypes.Secure)] 83 [InlineData(AuthenticationTypes.Anonymous)] 84 [InlineData((AuthenticationTypes)int.MinValue)] [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AD/ |
H A D | SDSUtils.cs | 157 static internal AuthenticationTypes MapOptionsToAuthTypes(ContextOptions options) in MapOptionsToAuthTypes() 159 AuthenticationTypes authTypes = AuthenticationTypes.Secure; in MapOptionsToAuthTypes() 162 authTypes = AuthenticationTypes.None; in MapOptionsToAuthTypes() 165 authTypes |= AuthenticationTypes.ServerBind; in MapOptionsToAuthTypes() 168 authTypes |= AuthenticationTypes.SecureSocketsLayer; in MapOptionsToAuthTypes() 171 authTypes |= AuthenticationTypes.Signing; in MapOptionsToAuthTypes() 174 authTypes |= AuthenticationTypes.Sealing; in MapOptionsToAuthTypes() 206 AuthenticationTypes authTypes, in InsertPrincipal() 276 AuthenticationTypes authTypes) in ApplyChangesToDirectory() 378 …DirectoryEntry BuildDirectoryEntry(string path, NetCred credentials, AuthenticationTypes authTypes) in BuildDirectoryEntry() [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ |
H A D | DirectoryEntry.cs | 35 private AuthenticationTypes _authenticationType = AuthenticationTypes.Secure; 68 …ath, string username, string password) : this(path, username, password, AuthenticationTypes.Secure) in DirectoryEntry() 75 …public DirectoryEntry(string path, string username, string password, AuthenticationTypes authentic… in DirectoryEntry() 87 …ntry(string path, bool useCache, string username, string password, AuthenticationTypes authenticat… in DirectoryEntry() 108 : this(adsObject, true, null, null, AuthenticationTypes.Secure, true) in DirectoryEntry() 112 …object adsObject, bool useCache, string username, string password, AuthenticationTypes authenticat… in DirectoryEntry() 117 …object adsObject, bool useCache, string username, string password, AuthenticationTypes authenticat… in DirectoryEntry() 161 [DefaultValue(AuthenticationTypes.Secure)] 162 public AuthenticationTypes AuthenticationType 536 …Entry rootDSE = new DirectoryEntry("LDAP://RootDSE", true, null, null, AuthenticationTypes.Secure); in Bind()
|
H A D | SearchResult.cs | 17 private readonly AuthenticationTypes _parentAuthenticationType; 19 …internal SearchResult(NetworkCredential parentCredentials, AuthenticationTypes parentAuthenticatio… in SearchResult()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/ |
H A D | ADMembershipProvider.cs | 773 containerEntry.AuthenticationType |= AuthenticationTypes.FastBind; in CreateUser() 1375 userEntry.AuthenticationType = directoryInfo.AuthenticationTypes; in ChangePassword() 2093 containerEntry.AuthenticationType |= AuthenticationTypes.FastBind; in DeleteUser() 3442 private AuthenticationTypes authenticationType = AuthenticationTypes.None; 3462 AuthenticationTypes[,] authTypes = new AuthenticationTypes[,] 3463 {{AuthenticationTypes.None, AuthenticationTypes.None}, 3464 …{AuthenticationTypes.Secure | AuthenticationTypes.SecureSocketsLayer , AuthenticationTypes.SecureS… 3465 …AuthenticationTypes.Secure | AuthenticationTypes.Signing | AuthenticationTypes.Sealing, Authentica… 3873 internal AuthenticationTypes AuthenticationTypes property in System.Web.Security.DirectoryInformation 4076 …internal AuthenticationTypes GetAuthenticationTypes(ActiveDirectoryConnectionProtection connection… in GetAuthenticationTypes() [all …]
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices/System.DirectoryServices/ |
H A D | DirectoryEntry.cs | 57 private AuthenticationTypes _AuthenticationType=AuthenticationTypes.None; 130 _conn.Bind(Username,Password, (Novell.Directory.Ldap.AuthenticationTypes)AuthenticationType); in InitBlock() 226 AuthenticationTypes authenticationType) in DirectoryEntry() 248 [DefaultValue (AuthenticationTypes.None)] 249 public AuthenticationTypes AuthenticationType
|
H A D | AuthenticationTypes.cs | 44 public enum AuthenticationTypes enum
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/ |
H A D | HttpListenerContext.Managed.cs | 44 … _user = ParseBasicAuthentication(header.Substring(AuthenticationTypes.Basic.Length + 1)); in ParseAuthentication() 56 …string.Compare(header, 0, AuthenticationTypes.Basic, 0, 5, StringComparison.OrdinalIgnoreCase) == … in IsBasicHeader()
|
H A D | ListenerAsyncResult.Managed.cs | 144 authHeader.Length < AuthenticationTypes.Basic.Length + 2 || in Complete() 145 …!HttpListenerContext.TryParseBasicAuth(authHeader.Substring(AuthenticationTypes.Basic.Length + 1),… in Complete()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ |
H A D | ApplicationPartition.cs | 966 …AuthenticationTypes authType = Utils.DefaultAuthType | AuthenticationTypes.FastBind | Authenticati… in CreateApplicationPartition() 969 authType |= AuthenticationTypes.ServerBind; in CreateApplicationPartition() 1015 … AuthenticationTypes authType = Utils.DefaultAuthType | AuthenticationTypes.FastBind; in CreateApplicationPartition() 1018 authType |= AuthenticationTypes.ServerBind; in CreateApplicationPartition()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/ |
H A D | AuthenticationTypes.cs | 7 internal class AuthenticationTypes class
|
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/include/ |
H A D | auth_types.h | 27 enum AuthenticationTypes enum
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/System.Security.Claims/ |
H A D | AuthenticationTypes.cs | 3 public static class AuthenticationTypes { class
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/ |
H A D | AuthenticationTypes.cs | 5 public enum AuthenticationTypes enum
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Claims/ |
H A D | AuthenticationTypes.cs | 10 public static class AuthenticationTypes class
|