IDigestSchemeCreateChallenge Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Challenge 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
- Type: SystemString
- nonce
- Type: SystemString
- isStaleNonce
- Type: SystemBoolean
Return Value
Type:
ChallengeSee Also