What is WCF userPrincipalName value attribute format for using a local account?

折月煮酒 提交于 2019-12-24 07:06:20

问题


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>

来源:https://stackoverflow.com/questions/13941645/what-is-wcf-userprincipalname-value-attribute-format-for-using-a-local-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!