2 writes to RequestedAttachedReference
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
1533rstr.RequestedAttachedReference = context.SecurityTokenHandlers.ReadKeyIdentifierClause(reader);
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
90response.RequestedAttachedReference = attachedReference;
4 references to RequestedAttachedReference
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
1537if (rstr.RequestedAttachedReference == null) 1775if (rstr.RequestedAttachedReference != null) 1777responseSerializer.WriteXmlElement(writer, trustConstants.Elements.RequestedAttachedReference, rstr.RequestedAttachedReference, rstr, context);
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
519response.RequestedAttachedReference,