TelnetEncryptionUseOCSP Property (IbmPrinter)
In This Topic
Gets or sets a value indicating whether your client session checks for certificate revocation using OCSP (Online Certificate Status Protocol) responders when validating host certificates. The default is false.
Syntax
'Declaration
Public Property TelnetEncryptionUseOCSP As Boolean
'Usage
Dim instance As IbmPrinter
Dim value As Boolean
instance.TelnetEncryptionUseOCSP = value
value = instance.TelnetEncryptionUseOCSP
public bool TelnetEncryptionUseOCSP {get; set;}
Exceptions
See Also