Get the shared key used for signing REST operations
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Key { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Key As String Get |
| Visual C++ |
|---|
public: property String^ Key { String^ get (); } |
| F# |
|---|
member Key : string with get |