|
ClaimAttribute Constructor
|
Creates a new
ClaimAttribute for use in GSF.Web.Model.ModelController"/>.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic ClaimAttribute(
string verb,
string type,
string value
)
Public Sub New (
verb As String,
type As String,
value As String
)
public:
ClaimAttribute(
String^ verb,
String^ type,
String^ value
)
new :
verb : string *
type : string *
value : string -> ClaimAttribute
GSF.Data.Model.ClaimAttribute = function(verb, type, value);
View SourceParameters
- verb String
- HTTP verbs of GET, POST, PATCH, or DELETE.
- type String
- Type of claim, use specific ClaimTypes .
- value String
- value of the claim.
See Also