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