'Declaration
Public Overloads Sub AddToSystemMenu( _ ByVal form As Form, _ ByVal allowPullCertificateManagement As Boolean, _ ByVal allowChangePrivateKeyPassword As Boolean _ )
'Usage
Dim instance As EasyUAFormsApplication Dim form As Form Dim allowPullCertificateManagement As Boolean Dim allowChangePrivateKeyPassword As Boolean instance.AddToSystemMenu(form, allowPullCertificateManagement, allowChangePrivateKeyPassword)
public void AddToSystemMenu( Form form, bool allowPullCertificateManagement, bool allowChangePrivateKeyPassword )
public: void AddToSystemMenu( Form^ form, bool allowPullCertificateManagement, bool allowChangePrivateKeyPassword )
Parameters
- form
- The form to which the system menu items will be added.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - allowPullCertificateManagement
- Specifies whether user interface for Pull Certificate Management will be available to the user.
- allowChangePrivateKeyPassword
- Determines whether the interactive user will be allowed to change the password to the private key of the application certificate.