IDigestSchemeCreateChallenge Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
- nonce
- Type: SystemString
- isStaleNonce
- Type: SystemBoolean
Return Value
Type:
Challenge
See Also