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