5 instantiations of SpnEndpointIdentity
System.ServiceModel (4)
System\ServiceModel\EndpointIdentity.cs (3)
80return new SpnEndpointIdentity(identity); 103return new SpnEndpointIdentity(spnName); 208readIdentity = new SpnEndpointIdentity(reader.ReadElementString());
System\ServiceModel\Security\IdentityVerifier.cs (1)
320identitySid = new SpnEndpointIdentity(expectedSpn).GetSpnSid();
System.ServiceModel.Activities (1)
System\ServiceModel\XamlIntegration\SpnEndpointIdentityExtension.cs (1)
40return new SpnEndpointIdentity(this.SpnName);
5 references to SpnEndpointIdentity
System.ServiceModel (1)
System\ServiceModel\Security\IdentityVerifier.cs (1)
316identitySid = ((SpnEndpointIdentity)identity).GetSpnSid();
System.ServiceModel.Activities (4)
System\ServiceModel\XamlIntegration\EndpointIdentityConverter.cs (2)
35if (value is SpnEndpointIdentity) 37return new SpnEndpointIdentityExtension((SpnEndpointIdentity)value);
System\ServiceModel\XamlIntegration\SpnEndpointIdentityExtension.cs (2)
14[MarkupExtensionReturnType(typeof(SpnEndpointIdentity))] 21public SpnEndpointIdentityExtension(SpnEndpointIdentity identity)