A IRequestAuthenticator that adds credentials to an outgoing request
Namespace: BrightstarDB.Client.RestSecurityAssembly: 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 |