Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: { class Program { static void Main(string[] args) { const string activeDirectoryServer = "MyActiveDirectoryServer"; const string activeDirectoryLogin = "MyADAccount"; const string activeDirectoryPassword = "MyADAccountPassword"; const string validUserAccount = "TestUser@MyDomain.com"; const string unknownUserAccount = "UnknownUser@MyDomain.com"; var principalContext = new PrincipalContext(ContextType.Domain, activeDirectoryServer, activeDirec Source: http://pastebin.com/raw.php?i=3Q2atQhw
↧