Click or drag to resize
AbstractDigestSchemeComputeCredentials Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract 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