A request authenticator that uses a shared secret key to sign outgoing requests

Namespace: BrightstarDB.Client.RestSecurity
Assembly: 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

System..::..Object
  BrightstarDB.Client.RestSecurity..::..SharedSecretAuthenticator

See Also