Click or drag to resize

AbstractDigestSchemeCreateChallenge Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public Challenge CreateChallenge(
	string realm,
	string nonce,
	bool isStaleNonce
)

Parameters

realm
Type: SystemString
nonce
Type: SystemString
isStaleNonce
Type: SystemBoolean

Return Value

Type: Challenge

Implements

IDigestSchemeCreateChallenge(String, String, Boolean)
See Also