ChallengeResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ChallengeResponse() | |
| ChallengeResponse(String, Byte[]) |
ChallengeResponse()
public:
ChallengeResponse();
public ChallengeResponse ();
Public Sub New ()
Applies to
ChallengeResponse(String, Byte[])
public:
ChallengeResponse(System::String ^ password, cli::array <System::Byte> ^ challenge);
public ChallengeResponse (string password, byte[] challenge);
new Mono.Security.Protocol.Ntlm.ChallengeResponse : string * byte[] -> Mono.Security.Protocol.Ntlm.ChallengeResponse
Public Sub New (password As String, challenge As Byte())
Parameters
- password
- String
- challenge
- Byte[]