PkiCredential Class |
Namespace: PsrApi.Data.Authentication.AuthData
public class PkiCredential : AuthCredential
The PkiCredential type exposes the following members.
Name | Description | |
---|---|---|
![]() | PkiCredential |
Default Ctor
|
![]() | PkiCredential(PkiConfiguration) |
Required data for authentication via Pki
|
Name | Description | |
---|---|---|
![]() | __type |
Type of the object
|
![]() | AuthType |
The AuthTypes as Enum
(Overrides AuthCredentialAuthType.) |
![]() | CertificateThumbPrint |
Fingerprint of the certificate
|
![]() | Challenge |
Challenge the client should sign with the certificate
|
![]() | ChallengeCertSignature |
Signature of the challenge via PKI certificate as byte array
|
![]() | ChallengeDbSignature |
Signature of the callenge as byte array
|
![]() | ClientInformation |
Used as a Container which contains all informations about the client.
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | Database |
Database the user want to log into
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | Item |
Operator to receive the value for a defined key of the RequiredFieldsFromUser
(Inherited from AuthCredential.) |
![]() | OperationMode |
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.) |
![]() | RequiredFieldsFromUser |
Fields that has to be filled by the user
(Inherited from AuthCredential.) |
![]() | SessionId |
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | Username |
Name of the user that should be authenticated
(Inherited from OptionallyAuthenticatedRequest.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |