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