Click or drag to resize

SmartCardCredential Class

Required data for authentication via Smartcard
Inheritance Hierarchy

Namespace:  PsrApi.Data.Authentication.AuthData
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class SmartCardCredential : AuthCredential

The SmartCardCredential type exposes the following members.

Constructors
  NameDescription
Public methodSmartCardCredential
Default Ctor
Top
Properties
  NameDescription
Public property__type
Type of the object
Public propertyAuthType
The AuthTypes as Enum
(Overrides AuthCredential.AuthType.)
Public propertyClientInformation
Used as a Container which contains all informations about the client.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyDatabase
Database the user want to log into
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyItem
Operator to receive the value for a defined key of the RequiredFieldsFromUser
(Inherited from AuthCredential.)
Public propertyOperationMode
Determinates the operation mode for the authentication process. It is needed to control the behaviour of the server side login process for special workflows, like reseting the second factor from the current user.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyRequiredFieldsFromUser
Fields that has to be filled by the user
(Inherited from AuthCredential.)
Public propertySessionId
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
(Inherited from OptionallyAuthenticatedRequest.)
Public propertyUsername
Name of the user that should be authenticated
(Inherited from OptionallyAuthenticatedRequest.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldChallenge
Signature of the challenge as byte array
Public fieldChallengeCertSignature
Signature of the challenge by Smartcard certificate as byte array
Public fieldChallengeDbSignature
Signature of the database challenge as byte array
Public fieldUserCertificateRawData
X509Certificate2 as byte array
Top
See Also