Click or drag to resize
ChallengeAction Constructor (String)
Creates a new ChallengeAction that requests a new login challenge for use with the given digest algorithm.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ChallengeAction(
	string authType
)

Parameters

authType
Type: SystemString
the digest alogrithm to use.
See Also