What is WCF userPrincipalName value attribute form

2019-07-27 03:16发布

问题:

assuming the local account name is "JohnDoe" & the local machine name is "Development"...

In a clear, unambiguous functional example what should the value for userPrincipalName be?

    <identity>
      <userPrincipalName value="WHAT GOES HERE IF USING A LOCAL ACCOUNT?" />
    </identity>