Get the GUID of the user for secure external reference
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax ReadOnly Property Guid As Guid
Get
property Guid Guid {
Guid get ();
}
Property Value
Type:
GuidRemarks
This GUID could safely expose in a web page or use to encrypt data
Use the
Guid instead of
Id for communication as much as possible
See Also