Creates a new instance of the CredentialsRequestAuthenticator that authenticates requests with a specific set of credentials

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

Syntax

C#
public CredentialsRequestAuthenticator(
	ICredentials credentials
)
Visual Basic
Public Sub New ( 
	credentials As ICredentials
)
Visual C++
public:
CredentialsRequestAuthenticator(
	ICredentials^ credentials
)
F#
new : 
        credentials : ICredentials -> CredentialsRequestAuthenticator

Parameters

credentials
Type: System.Net..::..ICredentials
The credentials to use to authorize outgoing requests

See Also