Discuss this help topic in SecureBlackbox Forum
TElNetscapeString is a descendant of
TElCustomExtension class.
Description
This class is used as a base class for certificate extensions classes which main point is one string.
Such classes are:
- TElNetscapeBaseURL = class(TElNetscapeString);
- TElNetscapeCARevokeURL = class(TElNetscapeString);
- TElNetscapeCAPolicy = class(TElNetscapeString);
- TElNetscapeComment = class(TElNetscapeString);
- TElNetscapeRenewalURL = class(TElNetscapeString);
- TElNetscapeRevokeURL = class(TElNetscapeString);
- TElNetscapeServerName = class(TElNetscapeString);
- TElCommonName = class(TElNetscapeString)
We would like to express our thanks to Mr. J.Peter Mugaas (the Indy Project) for adding support for the above
extensions to SecureBlackbox library.
Properties
Inherited from TElCustomExtension
Declared in
.NET:
- Namespace: SBX509Ext
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum