windows-principal
How can I ensure that IsInRole checks are not using cached credentials
I have a WPF client that connects to a WCF service, and I want to lock down some of the functionality so that only certain users can perform certa开发者_JAVA技巧in actions. The WCF service impersonate[详细]
2023-03-20 09:49 分类:问答What's the difference between retrieving WindowsPrincipal from WindowsIdentity and Thread.CurrentPrincipal?
I am trying to work out why attribute based security isn\'t working as I\'d expect in WCF and I suspect it might have something to do with the following:[详细]
2023-02-02 07:14 分类:问答Verify logged in user against exchange distribution list or AD groups in c#
I am trying to ver开发者_运维知识库ify whether the logged in user exists in a AD group or distribution list. I tried to use WindowsIdentity but that does not give me proper results. If I add a user to[详细]
2023-01-26 12:53 分类:问答