Lines Matching refs:ImpersonationLevel
59 _In_ SECURITY_IMPERSONATION_LEVEL ImpersonationLevel, in SepCreateClientSecurity() argument
67 if (!VALID_IMPERSONATION_LEVEL(ClientSecurityQos->ImpersonationLevel)) in SepCreateClientSecurity()
82 if (ClientSecurityQos->ImpersonationLevel > ImpersonationLevel) in SepCreateClientSecurity()
89 if ((ImpersonationLevel == SecurityAnonymous) || in SepCreateClientSecurity()
90 (ImpersonationLevel == SecurityIdentification) || in SepCreateClientSecurity()
91 ((ServerIsRemote) && (ImpersonationLevel != SecurityDelegation))) in SepCreateClientSecurity()
108 ClientSecurityQos->ImpersonationLevel, in SepCreateClientSecurity()
131 ClientContext->SecurityQos.ImpersonationLevel = ClientSecurityQos->ImpersonationLevel; in SepCreateClientSecurity()
170 SECURITY_IMPERSONATION_LEVEL ImpersonationLevel; in SeCreateClientSecurity() local
179 &ImpersonationLevel); in SeCreateClientSecurity()
187 ImpersonationLevel, in SeCreateClientSecurity()
245 SubjectContext->ImpersonationLevel, in SeCreateClientSecurityFromSubjectContext()
303 ClientContext->SecurityQos.ImpersonationLevel); in SeImpersonateClientEx()