Updates Certificate Revocation List flags by writing them to Certification Authority.
            
 
    Namespace: 
   PKI.CertificateServices.Flags
    Assembly:
   SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntaxpublic bool SetInfo(
	bool restart
)
Public Function SetInfo ( 
	restart As Boolean
) As Boolean
public:
bool SetInfo(
	bool restart
)
member SetInfo : 
        restart : bool -> bool 
Parameters
- restart
 - Type: SystemBoolean
            Indiciates whether to restart certificate services to immediately apply changes. Updated settings has no effect
            until CA service is restarted.
             
Return Value
Type: 
BooleanTrue if configuration was changed. If an object was not modified since it was instantiated, configuration is not updated
            and the method returns 
False.
            
Exceptions
RemarksThe caller must have Administrator permissions on the target CA server.
See Also