EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SubjectRDN

TElX509Certificate     See also    


 

Use this property to access information about the subject of the certificate.

 
 

Declaration

[C#]
    TElRelativeDistinguishedName SubjectRDN;

[VB.NET]
     Property SubjectRDN As TElRelativeDistinguishedName

[Pascal]
    property SubjectRDN : TElRelativeDistinguishedName;

[VB6]
    Property IElCertificateX3.SubjectRDN As IElRelativeDistinguishedNameX

[ActiveX]
    HRESULT _stdcall IElCertificateX3.SubjectRDN([out, retval] IElRelativeDistinguishedNameX ** Value );

[DLL]
    __stdcall HANDLE SBX509GetSubjectRDN(HANDLE hCert);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
 
 

Definition Value
SB_CERT_OID_COMMON_NAME #$55#$04#$03
SB_CERT_OID_SURNAME #$55#$04#$04
SB_CERT_OID_COUNTRY #$55#$04#$06
SB_CERT_OID_LOCALITY #$55#$04#$07
SB_CERT_OID_STATE_OR_PROVINCE #$55#$04#$08
SB_CERT_OID_ORGANIZATION #$55#$04#$0A
SB_CERT_OID_ORGANIZATION_UNIT #$55#$04#$0B
SB_CERT_OID_TITLE #$55#$04#$0C
SB_CERT_OID_NAME #$55#$04#$29
SB_CERT_OID_GIVEN_NAME #$55#$04#$2A
SB_CERT_OID_INITIALS #$55#$04#$2B
SB_CERT_OID_GENERATION_QUALIFIER #$55#$04#$2C
SB_CERT_OID_DN_QUALIFIER #$55#$04#$2E
Declared in
[.NET] [Pascal]
Namespace: SBUtils
Assembly: SecureBlackbox
Unit: SBUtils

 
 

Return value

    [DLL] Handle that can be used as the first parameter in SBRelativeDistinguishedName functions.

 
 

Description

    This property contains information about the person who is the owner of the certificate. Information is stored in the form of [Object Identifier, Value] pairs. The list of most commonly used Object Identifiers is shown above. You are able to define your own object identifiers and store your own information concerned with these object identifiers.

 
 

See also:     IssuerRDN     TElRelativeDistinguishedName class

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