| DigestMD5QopAuthIntSchemeComputeCredentials Method  | 
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic override Credentials ComputeCredentials(
	Challenge challange,
	string method,
	string uri,
	string user,
	string password,
	string entityBody,
	string clientNonce = null
)
Public Overrides Function ComputeCredentials ( 
	challange As Challenge,
	method As String,
	uri As String,
	user As String,
	password As String,
	entityBody As String,
	Optional clientNonce As String = Nothing
) As Credentials
public:
virtual Credentials^ ComputeCredentials(
	Challenge^ challange, 
	String^ method, 
	String^ uri, 
	String^ user, 
	String^ password, 
	String^ entityBody, 
	String^ clientNonce = nullptr
) override
abstract ComputeCredentials : 
        challange : Challenge * 
        method : string * 
        uri : string * 
        user : string * 
        password : string * 
        entityBody : string * 
        ?clientNonce : string 
(* Defaults:
        let _clientNonce = defaultArg clientNonce null
*)
-> Credentials 
override ComputeCredentials : 
        challange : Challenge * 
        method : string * 
        uri : string * 
        user : string * 
        password : string * 
        entityBody : string * 
        ?clientNonce : string 
(* Defaults:
        let _clientNonce = defaultArg clientNonce null
*)
-> Credentials 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: 
CredentialsImplements
IDigestSchemeComputeCredentials(Challenge, String, String, String, String, String, String)
See Also