A request authenticator that uses a shared secret key to sign outgoing requests
Namespace: BrightstarDB.Client.RestSecurityAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public class SharedSecretAuthenticator : IRequestAuthenticator |
| Visual Basic |
|---|
Public Class SharedSecretAuthenticator
Implements IRequestAuthenticator |
| Visual C++ |
|---|
public ref class SharedSecretAuthenticator : IRequestAuthenticator |
| F# |
|---|
type SharedSecretAuthenticator =
class
interface IRequestAuthenticator
end |
Inheritance Hierarchy
See Also