2 writes to Value
System.ServiceModel (2)
System\ServiceModel\Configuration\IdentityElement.cs (2)
72this.ServicePrincipalName.Value = source.ServicePrincipalName.Value; 101this.ServicePrincipalName.Value = (string)claim.Resource;
2 references to Value
System.ServiceModel (2)
System\ServiceModel\Configuration\IdentityElement.cs (1)
72this.ServicePrincipalName.Value = source.ServicePrincipalName.Value;
System\ServiceModel\Description\ConfigLoader.cs (1)
77identity = EndpointIdentity.CreateSpnIdentity(element.ServicePrincipalName.Value);