Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / PKIUseOCSP Property
In This Topic
    PKIUseOCSP Property
    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.
    Syntax
    expression.PKIUseOCSP As Boolean
    where expression is a variable that represents a ConnectionSettingsTelnet Object

    Property Value

    The default value is false. This value can be changed during an open connection.
    See Also