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