3 writes to Context
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\RequestSecurityTokenResponse.cs (1)
50Context = message.Context;
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
50rst.Context = reader.GetAttribute(trustConstants.Attributes.Context); 1382rstr.Context = reader.GetAttribute(trustConstants.Attributes.Context);
5 references to Context
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\RequestSecurityTokenResponse.cs (1)
50Context = message.Context;
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
685if (rst.Context != null) 687writer.WriteAttributeString(trustConstants.Attributes.Context, (string)rst.Context); 1700if (!string.IsNullOrEmpty(response.Context)) 1702writer.WriteAttributeString(trustConstants.Attributes.Context, response.Context);