Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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