TelnetEncryptionDisableCRLCheck Property (IbmPrinter)
In This Topic
Gets or sets a value that indicates whether Reflection checks for certificate revocation when validating host certificates in SSL/TLS Telnet sessions.
Syntax
'Declaration
Public Property TelnetEncryptionDisableCRLCheck As Boolean
'Usage
Dim instance As IbmPrinter
Dim value As Boolean
instance.TelnetEncryptionDisableCRLCheck = value
value = instance.TelnetEncryptionDisableCRLCheck
public bool TelnetEncryptionDisableCRLCheck {get; set;}
Exceptions
See Also