EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElGeneralName.NameType

TElGeneralName    


 

Specifies the content of TElGeneralName instance.

 
 

Declaration

[C#]
    TSBGeneralName NameType;

[VB.NET]
    Property NameType As TSBGeneralName

[Pascal]
    property NameType : TSBGeneralName

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] Description
gnRFC822Name = 0 gnRFC822Name The content of TElGeneralName is an e-mail address and it is stored in TElGeneralName.RFC822Name
gnDNSName = 1 gnDNSName The content of TElGeneralName is Domain Name Service label and it is stored in TElGeneralName.DNSName
gnDirectoryName = 2 gnDirectoryName The content of TElGeneralName is stored in TElGeneralName.DirectoryName
gnEdiPartyName = 3 gnEdiPartyName The content of TElGeneralName is EDI party name and it is stored in TElGeneralName.EdiPartyName
gnUniformResourceIdentifier = 4 gnUniformResourceIdentifier The content of TElGeneralName is the URI of identity and it is stored in TElGeneralName.UniformResourceIdentifier
gnIPAddress = 5 gnIPAddress The content of TElGeneralName is the IP address and it is stored in TElGeneralName.IpAddress
gnRegisteredID = 6 gnRegisteredID The content of TElGeneralName is the registered Object Identifier and it is stored in TElGeneralName.RegidteredID
gnOtherName = 7 gnOtherName The content of TElGeneralName is stored in TElGeneralName.OtherName
gnUnknown = 8 gnUnknown name type is unknown
Declared in
[.NET] [Pascal]
Namespace: SBX509Ext
Assembly: SecureBlackbox
Unit: SBX509Ext

 
 

Description

     Use this property to specify the content of TElGeneralName instance.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation