diff --git a/xml/System.DirectoryServices.AccountManagement/PrincipalContext.xml b/xml/System.DirectoryServices.AccountManagement/PrincipalContext.xml index d4c3eec6335..9b123c6de44 100644 --- a/xml/System.DirectoryServices.AccountManagement/PrincipalContext.xml +++ b/xml/System.DirectoryServices.AccountManagement/PrincipalContext.xml @@ -217,8 +217,8 @@ The name of the domain or server for context types, the machine name for context types, or the name of the server and port hosting the instance. If the name is null for a context type this context is a domain controller for the domain of the user principal under which the thread is running. If the name is null for a context type, this is the local machine name. This parameter cannot be null for context types. - The username used to connect to the store. If the username and password parameters are both null, the default credentials of the current principal are used. Otherwise, both username and password must be non-null, and the credentials they specify are used to connect to the store. - The password used to connect to the store. If the username and password parameters are both null, the default credentials of the current principal are used. Otherwise, both username and password must be non-null, and the credentials they specify are used to connect to the store. + The username used to connect to the store. If the username and password parameters are both null, the credentials of the current process are used. Otherwise, both username and password must be non-null, and the credentials they specify are used to connect to the store. + The password used to connect to the store. If the username and password parameters are both null, the credentials of the current process are used. Otherwise, both username and password must be non-null, and the credentials they specify are used to connect to the store. Initializes a new instance of the class with the specified context type, name, username, and password. To be added. The and parameters must either be null or contain a value. @@ -611,4 +611,4 @@ The `userName` argument must take the form *username* (for example, *mcampbell*) - \ No newline at end of file +