EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateLookup.IssuerRDN

TElCertificateLookup     See also    


 

Contains the desired value of TElX509Certificate.IssuerRDN property.

 
 

Declaration

[C#]
    TElRelativeDistinguishedName IssuerRDN

[VB.NET]
     Property IssuerRDN As TElRelativeDistinguishedName

[Pascal]
    property IssuerRDN : TElRelativeDistinguishedName;

[VB6]
    Property IElCertificateLookupX.IssuerRDN As IElRelativeDistinguishedNameX

[ActiveX]
    HRESULT _stdcall IElCertificateLookupX.IssuerRDN([out, retval] IElRelativeDistinguishedNameX ** Value );

[DLL]
    not implemented;
 
 

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

 
 

Description

    This property contains information about the company that issued the certificate. Only certificates with given issuer information will be enumerated during the search operation. Information is stored in the form of [Object Identifier, Value] pairs. The list of most commonly used Object Identifiers is shown above.
    If Options property does not include loExactMatch parameter, at least one string from IssuerRDN must match.

 
 

See also:     SubjectRDN    

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