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