Definition at line 21 of file UserIdentification.cs.
Deveel.Data.Security.UserIdentification.UserIdentification |
( |
string |
method | ) |
|
|
inline |
Definition at line 22 of file UserIdentification.cs.
23 if (
String.IsNullOrEmpty(method))
24 throw new ArgumentNullException(
"method");
27 Arguments =
new Dictionary<string, object>();
A long string in the system.
IDictionary< string, object > Arguments
static Deveel.Data.Security.UserIdentification.UserIdentification |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 30 of file UserIdentification.cs.
static UserIdentification PlainText
static UserIdentification()
Definition at line 40 of file UserIdentification.cs.
42 id.Arguments[
"salt"] = salt;
43 id.Arguments[
"mechanism"] =
"pkcs12";
static UserIdentification()
IDictionary<string, object> Deveel.Data.Security.UserIdentification.Arguments |
|
getprivate set |
string Deveel.Data.Security.UserIdentification.Method |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Security/UserIdentification.cs