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