1 write to securityProperty
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
368this.securityProperty = OnProcessAuthentication();
3 references to securityProperty
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
193message.Properties.Security = (this.securityProperty != null) ? (SecurityMessageProperty)this.securityProperty.CreateCopy() : null; 538this.securityProperty,