HttpBinding.Security Property

Gets or sets the security settings used with this binding.

Namespace:  System.Web.Http.SelfHost.Channels
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

Syntax

'Declaration
Public Property Security As HttpBindingSecurity
    Get
    Set
'Usage
Dim instance As HttpBinding
Dim value As HttpBindingSecurity

value = instance.Security

instance.Security = value
public HttpBindingSecurity Security { get; set; }
public:
property HttpBindingSecurity^ Security {
    HttpBindingSecurity^ get ();
    void set (HttpBindingSecurity^ value);
}
member Security : HttpBindingSecurity with get, set
function get Security () : HttpBindingSecurity
function set Security (value : HttpBindingSecurity)

Property Value

Type: System.Web.Http.SelfHost.Channels.HttpBindingSecurity
The security settings..

See Also

Reference

HttpBinding Class

System.Web.Http.SelfHost.Channels Namespace