| ChallengeAction Constructor (String) |
Creates a new ChallengeAction that requests a new login challenge for use
with the given digest algorithm.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ChallengeAction(
string authType
)
Public Sub New (
authType As String
)
public:
ChallengeAction(
String^ authType
)
new :
authType : string -> ChallengeAction
Parameters
- authType
- Type: SystemString
the digest alogrithm to use.
See Also