ChallengeRequest

ChallengeRequest class

Challenge request class. A challenge request is the first step in Type 1 application-level security. Essentially, it asks for some random data from the server.The challenge response provides that server-generated random data and is the second step in Type 1 security.

public class ChallengeRequest

Constructors

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

Properties

NameDescription
FICertificateId { get; set; }Gets or sets the optional server certificate ID.
UserId { get; set; }Gets or sets the user identification string.

See Also