ChallengeRequest class

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.

The ChallengeRequest type exposes the following members:

Constructors

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

Properties

PropertyDescription
user_idGets or sets the user identification string.
fi_certificate_idGets or sets the optional server certificate ID.

See Also