Setting & getting encryption level
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I need to write a relatively simple function for getting and setting values in the system security settings. For instance, I know how to use the SetEncryptionLevel() of the Win32_TSGeneralSetting class. But I need a method for getting the current value of the encryption level, e.g., GetEncryptionLevel(), but I can find no such method. Does anyone know how to get this value? I also need to be able to get and set the TLS 1.0 setting. Thanks, Royce