Click or drag to resize

DigestQopAuthIntSchemeComputeCredentials Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public override Credentials ComputeCredentials(
	Challenge challange,
	string method,
	string uri,
	string user,
	string password,
	string entityBody,
	string clientNonce = null
)

Parameters

challange
Type: Ozeki.VoIPChallenge
method
Type: SystemString
uri
Type: SystemString
user
Type: SystemString
password
Type: SystemString
entityBody
Type: SystemString
clientNonce (Optional)
Type: SystemString

Return Value

Type: Credentials

Implements

IDigestSchemeComputeCredentials(Challenge, String, String, String, String, String, String)
See Also