7 references to ExternalTokenReference
System.ServiceModel (7)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
565
if (token.
ExternalTokenReference
!= null)
567
xml.WriteElementString("ExternalTokenReference", token.
ExternalTokenReference
.ToString());
System\ServiceModel\Security\SimpleSecurityTokenProvider.cs (1)
91
issuedToken.
ExternalTokenReference
,
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (4)
134
if (referenceStyle == SecurityTokenReferenceStyle.External && xmlToken.
ExternalTokenReference
!= null)
135
return xmlToken.
ExternalTokenReference
;
183
else if (referenceStyle == SecurityTokenReferenceStyle.External && xmlToken.
ExternalTokenReference
!= null)
184
result = xmlToken.
ExternalTokenReference
.Matches(keyIdentifierClause);