Discuss this help topic in SecureBlackbox Forum

TElSSLTrustedCA.IdentifierType

TElSSLTrustedCA     See also     


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


This property specifies the type of CA certificate identifier.

Declaration

[C#]
    TSBCAIdentifierType IdentifierType;

[VB.NET]
    Property IdentifierType As TSBCAIdentifierType

[Pascal]
    property IdentifierType : TSBCAIdentifierType;

[C++]
    TSBCAIdentifierType get_IdentifierType();
    void set_IdentifierType(TSBCAIdentifierType Value);

[PHP]
    integer get_IdentifierType()
    void set_IdentifierType(integer $Value)

[Java]
    TSBCAIdentifierType getIdentifierType();
    void setIdentifierType(TSBCAIdentifierType Value);

TSBCAIdentifierType values

Description

    Use this property to specify the type of CA certificate identifier.

See also:     RDN     Value    

Discuss this help topic in SecureBlackbox Forum