Cryptographics Session Base Class.  
 More...
#include <wxex/crypto.h>
 | 
| 
  | wxCryptoSession () | 
|   | Creates a new cryptographics session. 
  | 
|   | 
| 
virtual  | ~wxCryptoSession () | 
|   | Destructor. 
  | 
|   | 
| bool  | IsOk () const noexcept | 
|   | Has the session creation been successful?  
  | 
|   | 
|   | operator HCRYPTPROV () const noexcept | 
|   | 
 | 
| 
HCRYPTPROV  | m_h | 
|   | Session Handle. 
  | 
|   | 
Cryptographics Session Base Class. 
 
◆ IsOk()
  
  
      
        
          | bool wxCryptoSession::IsOk  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinenoexcept   | 
  
 
Has the session creation been successful? 
- Returns
 
true if creation succeeded 
false otherwise  
 
 
◆ operator HCRYPTPROV()
  
  
      
        
          | wxCryptoSession::operator HCRYPTPROV  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinenoexcept   | 
  
 
- Returns
 - Session handle to be used in native API calls. 
 
 
 
The documentation for this class was generated from the following files: