|
ReadonlyAuthenticationOptionsSessionToken Property
|
Gets the token used for identifying the session ID in cookie headers.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic string SessionToken { get; }
Public ReadOnly Property SessionToken As String
Get
public:
property String^ SessionToken {
String^ get ();
}
member SessionToken : string with get
function get_SessionToken();
View SourceProperty Value
String
See Also