1 write to identityClaim
System.ServiceModel (1)
System\ServiceModel\ServiceSecurityContext.cs (1)
107
this.
identityClaim
= SecurityUtils.GetPrimaryIdentityClaim(this.AuthorizationContext);
2 references to identityClaim
System.ServiceModel (2)
System\ServiceModel\ServiceSecurityContext.cs (2)
105
if (this.
identityClaim
== null)
109
return this.
identityClaim
;