Click or drag to resize

ClaimAttribute Constructor

Creates a new ClaimAttribute for use in GSF.Web.Model.ModelController"/>.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public ClaimAttribute(
	string verb,
	string type,
	string value
)
View Source

Parameters

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