|
ReactOS 0.4.16-dev-2284-g3529151
|
#include <CCert.hpp>

Public Member Functions | |
| CCert (_In_ PCCERT_CONTEXT certContext) | |
| ~CCert () | |
| const CAtlStringW & | GetSubjectName () const |
| const CAtlStringW & | GetIssuerName () const |
| FILETIME | GetNotAfter () const |
| const CAtlStringW & | GetFriendlyName () const |
| const PCCERT_CONTEXT | GetCertContext () const |
| void | Init () |
Private Member Functions | |
| void | GetNameString (DWORD dwFlags, CAtlStringW &out) |
Private Attributes | |
| PCCERT_CONTEXT | m_CertContext = NULL |
| CAtlStringW | m_SubjectName |
| CAtlStringW | m_IssuerName |
| CAtlStringW | m_FriendlyName |
|
inlineexplicit |
Definition at line 29 of file CCert.hpp.
|
inline |
Definition at line 34 of file CCert.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 17 of file CCert.hpp.
Referenced by Init().
|
inline |
Definition at line 55 of file CCert.hpp.
|
inline |
|
inline |
Definition at line 73 of file CCert.hpp.
Referenced by CCert().
|
private |
Definition at line 11 of file CCert.hpp.
Referenced by CCert(), GetCertContext(), GetNameString(), GetNotAfter(), Init(), and ~CCert().
|
private |
Definition at line 14 of file CCert.hpp.
Referenced by GetFriendlyName(), and Init().
|
private |
Definition at line 13 of file CCert.hpp.
Referenced by GetIssuerName(), and Init().
|
private |
Definition at line 12 of file CCert.hpp.
Referenced by GetSubjectName(), and Init().