|
ReadonlyAuthenticationOptionsAuthenticationToken Property
|
Gets 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; }
Public ReadOnly Property AuthenticationToken As String
Get
public:
property String^ AuthenticationToken {
String^ get ();
}
member AuthenticationToken : string with get
function get_AuthenticationToken();
View SourceProperty Value
StringSee Also