IDigestSchemeCreateChallenge Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxChallenge CreateChallenge(
string realm,
string nonce,
bool isStaleNonce
)
Function CreateChallenge (
realm As String,
nonce As String,
isStaleNonce As Boolean
) As Challenge
Challenge^ CreateChallenge(
String^ realm,
String^ nonce,
bool isStaleNonce
)
abstract CreateChallenge :
realm : string *
nonce : string *
isStaleNonce : bool -> Challenge
Parameters
- realm String
-
- nonce String
-
- isStaleNonce Boolean
-
Return Value
Challenge
See Also