Creates a new SharedSecretAuthenticator with a specified account ID and authentication key pair

Namespace: BrightstarDB.Client.RestSecurity
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public SharedSecretAuthenticator(
	string accountId,
	string authenticationKey
)
Visual Basic
Public Sub New ( 
	accountId As String,
	authenticationKey As String
)
Visual C++
public:
SharedSecretAuthenticator(
	String^ accountId, 
	String^ authenticationKey
)
F#
new : 
        accountId : string * 
        authenticationKey : string -> SharedSecretAuthenticator

Parameters

accountId
Type: System..::..String
The ID of the account associated with the authentication key
authenticationKey
Type: System..::..String
The authentication key

See Also