AbstractDigestSchemeCreateChallenge Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Challenge CreateChallenge(
string realm,
string nonce,
bool isStaleNonce
)
Public Function CreateChallenge (
realm As String,
nonce As String,
isStaleNonce As Boolean
) As Challenge
public:
virtual Challenge^ CreateChallenge(
String^ realm,
String^ nonce,
bool isStaleNonce
) sealed
abstract CreateChallenge :
realm : string *
nonce : string *
isStaleNonce : bool -> Challenge
override CreateChallenge :
realm : string *
nonce : string *
isStaleNonce : bool -> Challenge
Parameters
- realm
- Type: SystemString
- nonce
- Type: SystemString
- isStaleNonce
- Type: SystemBoolean
Return Value
Type:
ChallengeImplements
IDigestSchemeCreateChallenge(String, String, Boolean)See Also