Answers for "PrincipalContext c# example"

C#
0

PrincipalContext c# example

PrincipalContext ctx = new PrincipalContext(contextType, domainname, username,password);
    
            UserPrincipal user = UserPrincipal.FindByIdentity(ctx, userName);
Posted by: Guest on January-07-2021

C# Answers by Framework

Browse Popular Code Answers by Language