2 overrides of CheckAccess
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
215
public override bool
CheckAccess
(EndpointIdentity identity, AuthorizationContext authContext)
System\ServiceModel\Security\IdentityVerifier.cs (1)
267
public override bool
CheckAccess
(EndpointIdentity identity, AuthorizationContext authContext)
3 references to CheckAccess
System.ServiceModel (3)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
478
if (!parent.IdentityVerifier.
CheckAccess
(expectedIdentity,
System\ServiceModel\Security\IdentityVerifier.cs (2)
55
return this.
CheckAccess
(identity, securityContextProperty.ServiceSecurityContext.AuthorizationContext);
112
if (!
CheckAccess
(identity, authorizationContext))