Home
last modified time | relevance | path

Searched refs:ImpersonationLevel (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DHttpDigestClientElement.cs22 …[ConfigurationProperty(ConfigurationStrings.ImpersonationLevel, DefaultValue = WindowsClientCreden…
24 public TokenImpersonationLevel ImpersonationLevel property in System.ServiceModel.Configuration.HttpDigestClientElement
26 get { return (TokenImpersonationLevel)base[ConfigurationStrings.ImpersonationLevel]; }
27 set { base[ConfigurationStrings.ImpersonationLevel] = value; }
41 this.ImpersonationLevel = from.ImpersonationLevel; in Copy()
50 digest.AllowedImpersonationLevel = this.ImpersonationLevel; in ApplyConfiguration()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A Dink_cap.h67 enum ImpersonationLevel { enum
72 void ImpersonateUser(const char *user, ImpersonationLevel level);
73 void ImpersonateUserID(uid_t user, ImpersonationLevel level);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Management/System.Management/
H A DConnectionOptions.cs47 ImpersonationLevel impersonation, in ConnectionOptions()
59 ImpersonationLevel impersonation, in ConnectionOptions()
107 public ImpersonationLevel Impersonation
H A DImpersonationLevel.cs32 public enum ImpersonationLevel enum
/dports/net/samba412/samba-4.12.15/libcli/smb/
H A Dsmb1cli_create.c76 uint32_t ImpersonationLevel, in smb1cli_ntcreatex_send() argument
101 SIVAL(state->vwv+21, 1, ImpersonationLevel); in smb1cli_ntcreatex_send()
250 uint32_t ImpersonationLevel, in smb1cli_ntcreatex() argument
282 ImpersonationLevel, SecurityFlags); in smb1cli_ntcreatex()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementOptions.cs52 public enum ImpersonationLevel enum
1253 internal const ImpersonationLevel DEFAULTIMPERSONATION = ImpersonationLevel.Impersonate;
1262 private ImpersonationLevel impersonation;
1452 public ImpersonationLevel Impersonation
1551 ImpersonationLevel impersonation, AuthenticationLevel authentication, in ConnectionOptions()
1595 ImpersonationLevel impersonation, AuthenticationLevel authentication, in ConnectionOptions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/src/System/Security/Principal/
H A DWindowsPrincipal.cs161 if (_identity.ImpersonationLevel == TokenImpersonationLevel.None) in IsInRole()
176 …if (!Interop.Kernel32.CheckTokenMembershipEx((_identity.ImpersonationLevel != TokenImpersonationLe… in IsInRole()
182 …if (!Interop.Advapi32.CheckTokenMembership((_identity.ImpersonationLevel != TokenImpersonationLeve… in IsInRole()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DNegotiateStreamStreamToStreamTest.cs44 Assert.Equal(TokenImpersonationLevel.Identification, client.ImpersonationLevel); in NegotiateStream_StreamToStream_Authentication_Success()
58 Assert.Equal(TokenImpersonationLevel.Identification, server.ImpersonationLevel); in NegotiateStream_StreamToStream_Authentication_Success()
98 Assert.Equal(TokenImpersonationLevel.Identification, client.ImpersonationLevel); in NegotiateStream_StreamToStream_Authentication_TargetName_Success()
112 Assert.Equal(TokenImpersonationLevel.Identification, server.ImpersonationLevel); in NegotiateStream_StreamToStream_Authentication_TargetName_Success()
159 Assert.Equal(TokenImpersonationLevel.Identification, client.ImpersonationLevel); in NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails()
173 Assert.Equal(TokenImpersonationLevel.Identification, server.ImpersonationLevel); in NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dsmb.py26 ImpersonationLevel,
113 ImpersonationLevel.Impersonation,
129 ImpersonationLevel.Impersonation,
297 ImpersonationLevel.Impersonation,
341 ImpersonationLevel.Impersonation,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest/
H A DWebRequestHandler.cs104 public TokenImpersonationLevel ImpersonationLevel { property in System.Net.Http.WebRequestHandler
151 wr.ImpersonationLevel = impersonationLevel; in CreateWebRequest()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/cli/
H A Dclicommand.hpp19 enum ImpersonationLevel enum
46 virtual ImpersonationLevel GetImpersonationLevel() const;
H A Dcasigncommand.hpp24 ImpersonationLevel GetImpersonationLevel() const override;
H A Dcarestorecommand.hpp24 ImpersonationLevel GetImpersonationLevel() const override;
H A Dcaremovecommand.hpp24 ImpersonationLevel GetImpersonationLevel() const override;
H A Dapisetupcommand.hpp26 ImpersonationLevel GetImpersonationLevel() const override;
H A Dfeaturedisablecommand.hpp26 ImpersonationLevel GetImpersonationLevel() const override;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/tests/
H A DWindowsIdentityTests.cs74 Assert.Equal(winId.ImpersonationLevel, cloneWinId.ImpersonationLevel); in CloneAndProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/principal/
H A Dwindowsprincipal.cs240 if (m_identity.ImpersonationLevel == TokenImpersonationLevel.None) { in IsInRole()
252 …if (!Win32Native.CheckTokenMembership((m_identity.ImpersonationLevel != TokenImpersonationLevel.No… in IsInRole()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/advapi32/
H A DInterop.DuplicateTokenEx.cs18 uint ImpersonationLevel, in DuplicateTokenEx() argument
H A DInterop.DuplicateTokenEx_SafeTokenHandle.cs19 SECURITY_IMPERSONATION_LEVEL ImpersonationLevel, in DuplicateTokenEx() argument
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_csharp_utils/library/
H A Dansible_access_token_tests.ps1123 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
147 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
231 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
233 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.AccessToken/library/
H A Dansible_access_token_tests.ps1123 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
147 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
231 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
233 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_utils_Ansible.AccessToken/library/
H A Dansible_access_token_tests.ps1123 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat… in heapObjectCallback()
147 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat…
231 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat… in FieldModification()
233 …$actual_stat.ImpersonationLevel | Assert-Equals -Expected ([Ansible.AccessToken.SecurityImpersonat… in FieldModification()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.EnterpriseServices/System.EnterpriseServices/
H A DSecurityIdentity.cs68 public ImpersonationLevelOption ImpersonationLevel { property in System.EnterpriseServices.SecurityIdentity
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dink_cap.cc148 impersonate(const struct passwd *pwd, ImpersonationLevel level) in impersonate()
201 ImpersonateUserID(uid_t uid, ImpersonationLevel level) in ImpersonateUserID()
220 ImpersonateUser(const char *user, ImpersonationLevel level) in ImpersonateUser()

12345678910>>...31