| Top |  |  |  |  | 
| keysstorekeysstore — Keys store implementation for Microsoft Cryptography API: Next Generation (CNG). | 
| xmlSecKeyStoreId | xmlSecMSCngKeysStoreGetKlass () | 
| int | xmlSecMSCngKeysStoreAdoptKey () | 
| int | xmlSecMSCngKeysStoreLoad () | 
| int | xmlSecMSCngKeysStoreSave () | 
xmlSecKeyStoreId
xmlSecMSCngKeysStoreGetKlass (void);
The MSCng list based keys store klass.
int xmlSecMSCngKeysStoreAdoptKey (xmlSecKeyStorePtr store,xmlSecKeyPtr key);
Adds key
 to the store
.
int xmlSecMSCngKeysStoreLoad (xmlSecKeyStorePtr store,const char *uri,xmlSecKeysMngrPtr keysMngr);
Reads keys from an XML file.
int xmlSecMSCngKeysStoreSave (xmlSecKeyStorePtr store,const char *filename,xmlSecKeyDataType type);
Writes keys from store
 to an XML file.