ChallengeResponse

ChallengeResponse class

Challenge response class.

public class ChallengeResponse

Constructors

NameDescription
ChallengeResponse()Initializes a new instance of ChallengeResponse class.

Properties

NameDescription
FICertificateId { get; set; }Gets or sets the ID of server certificate used to encrypt.
Nonce { get; set; }Gets or sets the server-generated random data.
UserId { get; set; }Gets or sets the user identification string.

See Also