Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / TLSCertIdentity Property


In This Topic
    TLSCertIdentity Property (IIbmPrinter)
    In This Topic
    Gets or sets value for how to get certificate for client authentication. Handle rcTLSCertIdentity setting. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.
    Syntax
    'Declaration
     
    
    Property TLSCertIdentity As String
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As String
     
    instance.TLSCertIdentity = value
     
    value = instance.TLSCertIdentity
    string TLSCertIdentity {get; set;}
    See Also