|
AuthenticationOptionsAuthenticationToken Property
|
Gets or sets the token used for identifying the authentication token in cookie headers.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AuthenticationToken { get; set; }
Public Property AuthenticationToken As String
Get
Set
public:
property String^ AuthenticationToken {
String^ get ();
void set (String^ value);
}
member AuthenticationToken : string with get, set
function get_AuthenticationToken();
function set_AuthenticationToken(value);
View SourceProperty Value
StringSee Also