Class SecurityResult
Inheritance
System.Object
SecurityResult
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class SecurityResult : object
Constructors
|
Edit this page
View Source
SecurityResult(HttpStatusCode, String)
Declaration
public SecurityResult(HttpStatusCode code, string message)
Parameters
Type |
Name |
Description |
HttpStatusCode |
code |
|
System.String |
message |
|
|
Edit this page
View Source
SecurityResult(Permissions)
Declaration
public SecurityResult(Permissions level)
Parameters
Properties
|
Edit this page
View Source
Code
Declaration
public HttpStatusCode Code { get; }
Property Value
Type |
Description |
HttpStatusCode |
|
|
Edit this page
View Source
Message
Declaration
public string Message { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Permissions
Declaration
public Permissions Permissions { get; }
Property Value