Discuss this help topic in SecureBlackbox Forum

TSBLDAPSKeyserverAttribute

Declared in     


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


This type defines possible attributes for PGP keyservers.

Declaration

[C#/Java]
    enum TSBLDAPSKeyserverAttribute { lkaCertID = 0, lkaDisabled = 1, lkaKeyID = 2, lkaKeyType = 3, lkaUserID = 4, lkaKeyCreateTime = 5, lkaSignerID = 6, lkaRevoked = 7, lkaSubKeyID = 8, lkaSubKeyID32 = 9, lkaKeySize = 10, lkaKeyExpireTime = 11 };

[VB.NET]
    Enum TSBLDAPSKeyserverAttribute
        lkaCertID = 0
        lkaDisabled = 1
        lkaKeyID = 2
        lkaKeyType = 3
        lkaUserID = 4
        lkaKeyCreateTime = 5
        lkaSignerID = 6
        lkaRevoked = 7
        lkaSubKeyID = 8
        lkaSubKeyID32 = 9
        lkaKeySize = 10
        lkaKeyExpireTime = 11
    End Enum

[Pascal]
    TSBLDAPSKeyserverAttribute = (lkaCertID, lkaDisabled, lkaKeyID, lkaKeyType, lkaUserID, lkaKeyCreateTime, lkaSignerID, lkaRevoked, lkaSubKeyID, lkaSubKeyID32, lkaKeySize, lkaKeyExpireTime);

[C++]
    typedef uint8_t TSBLDAPSKeyserverAttributeRaw;
    typedef enum { lkaCertID = 0, lkaDisabled = 1, lkaKeyID = 2, lkaKeyType = 3, lkaUserID = 4, lkaKeyCreateTime = 5, lkaSignerID = 6, lkaRevoked = 7, lkaSubKeyID = 8, lkaSubKeyID32 = 9, lkaKeySize = 10, lkaKeyExpireTime = 11 } TSBLDAPSKeyserverAttribute;

Description

Possible options:


Declared in

.NET:
  • Namespace: SBLDAPSKeyserverClient
  • Assembly: SecureBlackbox.WebDav
VCL:
  • Unit: SBLDAPSKeyserverClient
Java:
  • Package: SecureBlackbox.WebDav.jar
C++:
  • sbldapskeyserverclient.h

Discuss this help topic in SecureBlackbox Forum