Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / TLSCertIdentity Property


In This Topic
    TLSCertIdentity Property (IbmPrinter)
    In This Topic
    TODO Checking with Nina and others to see if this setting need to be here. Gets or sets value for how to get certificate for client authentication.
    Syntax
    'Declaration
     
    
    Public Property TLSCertIdentity As String
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As String
     
    instance.TLSCertIdentity = value
     
    value = instance.TLSCertIdentity
    public string TLSCertIdentity {get; set;}
    See Also