4 references to Security
System.ServiceModel (4)
System\ServiceModel\Configuration\WSFederationHttpBindingElement.cs (2)
62
this.Security.InitializeFrom(wspBinding.
Security
);
75
this.Security.ApplyConfiguration(wspBinding.
Security
);
System\ServiceModel\WS2007FederationHttpBinding.cs (1)
82
return this.
Security
.CreateMessageSecurity(this.ReliableSession.Enabled, WS2007MessageSecurityVersion);
System\ServiceModel\WSFederationHttpBinding.cs (1)
226
return this.
Security
.InternalShouldSerialize();