UsernamePasswordCredentials constructor
Initialize a new instance of the UsernamePasswordCredentials
class.
public UsernamePasswordCredentials(string username, string password, GrpcChannel channel)
parameter | description |
---|---|
username | The username. |
password | The password. |
channel | The GrpcChannel to use. |
Return Value
A new instance of the UsernamePasswordCredentials
class.
See Also
- class UsernamePasswordCredentials
- namespace CyberCrypt.D1.Client.Credentials