SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Scram
User
Credential
Load Method
Loads the object's state or data from a persistent storage or file.
Definition
Namespace:
SnapDB.Security.Authentication
Assembly:
SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
C#
Copy
View Source
Request Example
public
void
Load
()
VB
Copy
View Source
Request Example
Public
Sub
Load
C++
Copy
View Source
Request Example
public
:
void
Load
()
JavaScript
Copy
View Source
Request Example
function
Load
();
See Also
Reference
ScramUserCredential Class
SnapDB.Security.Authentication Namespace
In This Article
Definition
See Also