Discuss this help topic in SecureBlackbox Forum

TElGeneralName.DirectoryName

TElGeneralName     See also     


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


This property allows storing various information specified by Object Identifiers.

Declaration

[C#]
    TElRelativeDistinguishedName DirectoryName;

[VB.NET]
    Property DirectoryName As TElRelativeDistinguishedName

[Pascal]
    property DirectoryName : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_DirectoryName();

[PHP]
    TElRelativeDistinguishedName get_DirectoryName()

[Java]
    TElRelativeDistinguishedName getDirectoryName();

Description

    Use this property to store information about identity in form of RelativeDistinguishedName (i.e. in form of «Object Identifier = Value»).

See also:     RelativeDistinguishedName    

Discuss this help topic in SecureBlackbox Forum