Click or drag to resize

UpstreamPrincipalCredentialsSetCredentials Method

Set the credentials

Namespace: SanteDB.Client.Http
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public override void SetCredentials(
	HttpWebRequest webRequest
)

Parameters

webRequest  HttpWebRequest
The web request to set the credentials for
See Also