Enumeration of the types of signature that can be applied to a B* REST API request
Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public enum SignatureType |
Visual Basic |
---|
Public Enumeration SignatureType |
Visual C++ |
---|
public enum class SignatureType |
F# |
---|
type SignatureType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown signature type - used to represent a failure to parse a request header correctly | |
SharedKey | 1 | SharedKey signature - uses the shared secrect key to generate a message signature that is included in the request header | |
PlainText | 2 | PlainText signature - this exposes the shared secret key as a request header and should only be used over HTTPS connections |