4 writes to RequestedAttachedReference
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
242
rstr.
RequestedAttachedReference
= this.IssuedSecurityTokenParameters.CreateKeyIdentifierClause(serviceToken, SecurityTokenReferenceStyle.Internal);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
724
rstr.
RequestedAttachedReference
= this.IssuedSecurityTokenParameters.CreateKeyIdentifierClause(newToken, SecurityTokenReferenceStyle.Internal);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
299
dummyRstr.
RequestedAttachedReference
= internalTokenReference;
334
negotiationRstr.
RequestedAttachedReference
= internalTokenReference;
5 references to RequestedAttachedReference
System.ServiceModel (5)
System\ServiceModel\Security\WSTrust.cs (3)
697
return new GenericXmlSecurityToken(issuedTokenXml, null, created, expires, rstr.
RequestedAttachedReference
, rstr.RequestedUnattachedReference, authorizationPolicies);
765
SecurityKeyIdentifierClause internalReference = rstr.
RequestedAttachedReference
;
806
SecurityKeyIdentifierClause internalReference = rstr.
RequestedAttachedReference
;
System\ServiceModel\Security\WSTrustFeb2005.cs (2)
206
if (rstr.
RequestedAttachedReference
!= null)
209
this.StandardsManager.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rstr.
RequestedAttachedReference
);