ChallengeResponse

ChallengeResponse class

Challenge response class.

public class ChallengeResponse

Constructors

Name Description
ChallengeResponse() Initializes a new instance of ChallengeResponse class.

Properties

Name Description
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