Class KVStoreCredentials
Represents user credentials used by
KVStoreAuthorizationProvider.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class KVStoreCredentials : Object
Remarks
The credentials must have valid user name and password that are not
null and not empty.
Constructors
| Name | Description |
|---|---|
| KVStoreCredentials() | Initializes a new instance of KVStoreCredentials. |
| KVStoreCredentials(String, Char[]) | Initializes a new instance of KVStoreCredentials using specified user name and password. |
Properties
| Name | Description |
|---|---|
| Password | Gets or sets the password. |
| UserName | Gets or sets the user name. |