Discuss this help topic in SecureBlackbox Forum

TElAccessDescription.AccessLocation

TElAccessDescription     See also     


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


This property specifies the location of information about the CA that issued the certificate.

Declaration

[C#]
    TElGeneralName AccessLocation;

[VB.NET]
    Property AccessLocation As TElGeneralName

[Pascal]
    property AccessLocation : TElGeneralName;

[C++]
    TElGeneralName* get_AccessLocation();

[PHP]
    TElGeneralName get_AccessLocation()

[Java]
    TElGeneralName getAccessLocation();

Description

    This property contains the location of CA that issued the certificate in form of GeneralName.

See also:     AccessMethod    

Discuss this help topic in SecureBlackbox Forum