Constructor KVStoreCredentials
KVStoreCredentials()
Initializes a new instance of KVStoreCredentials.
Declaration
public KVStoreCredentials()
Remarks
KVStoreCredentials(String, Char[])
Initializes a new instance of KVStoreCredentials
using specified user name and password.
Declaration
public KVStoreCredentials(string userName, char[] password)
Parameters
| Type | Name | Description |
|---|---|---|
| String | userName | User name of the kvstore user. |
| Char[] | password | Password of the kvstore user. |