Share via


IOwinRequest.IsSecure Property

 

Returns true if the owin.RequestScheme is https.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

bool IsSecure { get; }
property bool IsSecure {
    bool get();
}
abstract IsSecure : bool with get
ReadOnly Property IsSecure As Boolean

Property Value

Type: System.Boolean

true if this request is using https; otherwise, false.

See Also

IOwinRequest Interface
Microsoft.Owin Namespace

Return to top