1 write to _identityClaim
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceSecurityContext.cs (1)
67
_identityClaim
= SecurityUtils.GetPrimaryIdentityClaim(AuthorizationContext);
2 references to _identityClaim
System.ServiceModel.Primitives (2)
System\ServiceModel\ServiceSecurityContext.cs (2)
65
if (
_identityClaim
== null)
69
return
_identityClaim
;