Discuss this help topic in SecureBlackbox Forum

TElSSLPGPCertificateTypeHandler.Keyring

TElSSLPGPCertificateTypeHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the keyring to take the keys from.

Declaration

[C#]
    TElPGPKeyring Keyring;

[VB.NET]
    Property Keyring As TElPGPKeyring

[Pascal]
    property Keyring : TElPGPKeyring;

[C++]
    TElPGPKeyring* get_Keyring();
    void set_Keyring(TElPGPKeyring &Value);
    void set_Keyring(TElPGPKeyring *Value);

[PHP]
    TElPGPKeyring get_Keyring()
    void set_Keyring(TElPGPKeyring $Value)

[Java]
    TElPGPKeyring getKeyring();
    void setKeyring(TElPGPKeyring Value);

Description

    Use this property to specify the keyring from which the client or server SSL/TLS components will take the OpenPGP key for authentication.

See also:     KeyIndex    

Discuss this help topic in SecureBlackbox Forum