CACryptographySetInfo Method
            Updates CA server cryptography settings by writing them to Certification Authority.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public bool SetInfo(
	bool restart
)
Public Function SetInfo ( 
	restart As Boolean
) As Boolean
public:
bool SetInfo(
	bool restart
)
member SetInfo : 
        restart : bool -> bool 
- restart  Boolean
- 
                   Indiciates whether to restart certificate services to immediately apply changes. Updated settings has no effect
                   until CA service is restarted.
            
BooleanTrue if configuration was changed. If an object was not modified since it was instantiated, configuration is not updated
                   and the method returns 
False.
            
 
                   The caller must have Administrator permissions on the target CA server.