CFx SDK Documentation  2023 SP0
Public Member Functions | Public Attributes | List of all members
OdSecurityParams Class Reference

#include <DbSecurity.h>

Public Member Functions

 OdSecurityParams ()
 

Public Attributes

OdUInt32 nFlags
 
OdPassword password
 
OdUInt32 nProvType
 
OdString provName
 
OdUInt32 nAlgId
 
OdUInt32 nKeyLength
 
OdString sCertSubject
 
OdString sCertIssuer
 
OdString sCertSerialNum
 
OdString sComment
 
OdString sTimeServer
 

Detailed Description

This class represents the security parameters used by OdCrypt classes.

Corresponding C++ library: TD_Db <group Other_Classes>

Definition at line 60 of file DbSecurity.h.

Constructor & Destructor Documentation

◆ OdSecurityParams()

OdSecurityParams::OdSecurityParams ( )
inline

Definition at line 63 of file DbSecurity.h.

Member Data Documentation

◆ nAlgId

OdUInt32 OdSecurityParams::nAlgId

Definition at line 74 of file DbSecurity.h.

◆ nFlags

OdUInt32 OdSecurityParams::nFlags

Definition at line 70 of file DbSecurity.h.

◆ nKeyLength

OdUInt32 OdSecurityParams::nKeyLength

Definition at line 75 of file DbSecurity.h.

◆ nProvType

OdUInt32 OdSecurityParams::nProvType

Definition at line 72 of file DbSecurity.h.

◆ password

OdPassword OdSecurityParams::password

Definition at line 71 of file DbSecurity.h.

◆ provName

OdString OdSecurityParams::provName

Definition at line 73 of file DbSecurity.h.

◆ sCertIssuer

OdString OdSecurityParams::sCertIssuer

Definition at line 78 of file DbSecurity.h.

◆ sCertSerialNum

OdString OdSecurityParams::sCertSerialNum

Definition at line 79 of file DbSecurity.h.

◆ sCertSubject

OdString OdSecurityParams::sCertSubject

Definition at line 77 of file DbSecurity.h.

◆ sComment

OdString OdSecurityParams::sComment

Definition at line 80 of file DbSecurity.h.

◆ sTimeServer

OdString OdSecurityParams::sTimeServer

Definition at line 81 of file DbSecurity.h.


The documentation for this class was generated from the following file: