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