Click or drag to resize

PkiConfiguration Class

Configuration for a new PKI Authenticator
Inheritance Hierarchy
SystemObject
  PsrApi.Data.Authentication.RequestOptionallyAuthenticatedRequest
    PsrApi.Data.Authentication.AuthConfigurationAuthenticationConfiguration
      PsrApi.Data.Authentication.AuthConfigurationPkiConfiguration

Namespace:  PsrApi.Data.Authentication.AuthConfiguration
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class PkiConfiguration : AuthenticationConfiguration

The PkiConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodPkiConfiguration
Initializes a new instance of the PkiConfiguration class
Top
Properties
  NameDescription
Public property__type
Type of the object
Public propertyAuthenticatorName
Name of the authenticator
(Inherited from AuthenticationConfiguration.)
Public propertyAuthType
AuthType of the configuration
(Overrides AuthenticationConfigurationAuthType.)
Public propertyChallenge
Challenge the client should sign with the certificate
Public propertyChallengeCertSignature
Signature of the challenge by the PKI certificate as byte array
Public propertyChallengeDbSignature
Signature of the challenge as byte array
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 propertyHashAlgorithm
Defines which hash alogirhm should be used
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 AuthenticationConfiguration.)
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetConfigurationRequirementType
Returns the matched Type for the requirement of the configuration
(Overrides AuthenticationConfigurationGetConfigurationRequirementType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldUserCertificateRawData
X509Certificate2 as byte array
Top
See Also