4 types derived from EndpointIdentity
System.ServiceModel.Primitives (4)
netstandard.cs (4)
1095
public partial class DnsEndpointIdentity : System.ServiceModel.
EndpointIdentity
1123
public partial class SpnEndpointIdentity : System.ServiceModel.
EndpointIdentity
1128
public partial class UpnEndpointIdentity : System.ServiceModel.
EndpointIdentity
1132
public partial class X509CertificateEndpointIdentity : System.ServiceModel.
EndpointIdentity
16 references to EndpointIdentity
System.ServiceModel (1)
netstandard.cs (1)
152
[assembly: TypeForwardedTo(typeof(
EndpointIdentity
))]
System.ServiceModel.NetFramingBase (8)
System\ServiceModel\Channels\FramingChannels.cs (3)
113
private
EndpointIdentity
_remoteIdentity;
121
EndpointIdentity
ISecuritySession.RemoteIdentity
133
_remoteIdentity =
EndpointIdentity
.CreateIdentity(identityClaim);
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
430
EndpointIdentity
identity;
446
private static Exception CreateIdentityCheckException(
EndpointIdentity
identity, AuthorizationContext authorizationContext, string errorString, EndpointAddress serviceReference)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (3)
169
EndpointIdentity
identity;
205
out
EndpointIdentity
identity)
230
private void ValidateMutualAuth(
EndpointIdentity
expectedIdentity, NegotiateStream negotiateStream,
System.ServiceModel.Primitives (7)
netstandard.cs (7)
628
public EndpointAddress(System.Uri uri, System.ServiceModel.
EndpointIdentity
identity, params System.ServiceModel.Channels.AddressHeader[] addressHeaders) { }
631
public System.ServiceModel.
EndpointIdentity
Identity { get { return default; } }
650
public System.ServiceModel.
EndpointIdentity
Identity { get { return default; } set { } }
663
public static System.ServiceModel.
EndpointIdentity
CreateIdentity(System.IdentityModel.Claims.Claim identity) => default;
2253
System.ServiceModel.
EndpointIdentity
RemoteIdentity { get; }
2354
public abstract bool CheckAccess(System.ServiceModel.
EndpointIdentity
identity, System.IdentityModel.Policy.AuthorizationContext authContext);
2355
public abstract bool TryGetIdentity(System.ServiceModel.EndpointAddress reference, out System.ServiceModel.
EndpointIdentity
identity);