Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / ICentralizedManagement Interface / CertificateManagementEnabled Property


In This Topic
    CertificateManagementEnabled Property (ICentralizedManagement)
    In This Topic
    Gets or sets a value indicating whether to enable certificate management by MSS
    Syntax
    'Declaration
     
    
    Property CertificateManagementEnabled As Boolean
    'Usage
     
    
    Dim instance As ICentralizedManagement
    Dim value As Boolean
     
    instance.CertificateManagementEnabled = value
     
    value = instance.CertificateManagementEnabled
    bool CertificateManagementEnabled {get; set;}
    See Also