4 references to UserPrincipalName
System.ServiceModel (4)
System\ServiceModel\Configuration\IdentityElement.cs (3)
68
this.
UserPrincipalName
.Value = source.
UserPrincipalName
.Value;
105
this.
UserPrincipalName
.Value = (string)claim.Resource;
System\ServiceModel\Description\ConfigLoader.cs (1)
73
identity = EndpointIdentity.CreateUpnIdentity(element.
UserPrincipalName
.Value);