A IRequestAuthenticator that adds credentials to an outgoing request

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

Syntax

C#
public class CredentialsRequestAuthenticator : IRequestAuthenticator
Visual Basic
Public Class CredentialsRequestAuthenticator
	Implements IRequestAuthenticator
Visual C++
public ref class CredentialsRequestAuthenticator : IRequestAuthenticator
F#
type CredentialsRequestAuthenticator =  
    class
        interface IRequestAuthenticator
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Client.RestSecurity..::..CredentialsRequestAuthenticator

See Also