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
Properties
Name | Description |
---|
FICertificateId { get; set; } | Gets or sets the optional server certificate ID. |
UserId { get; set; } | Gets or sets the user identification string. |
See Also