EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.Options

TElCertificateRequest    


 

Specifies the certificate request options.

 
 

Declaration

[C#]
    TSBCertificateRequestOptions Options;
    TSBCertificateRequestOptions = short;

/* TSBCertificateRequestOptions is a bit mask which contains zero or more bit flags as defined by TSBCertificateRequestOption */

[VB.NET]
    Property Options As TSBCertificateRequestOptions
    TSBCertificateRequestOptions As SmallInt

' TSBCertificateRequestOptions is a bit mask which contains zero or more bit flags as defined by TSBCertificateRequestOption

[Pascal]
    property Options : TSBCertificateRequestOptions;
    TSBCertificateRequestOptions = set of TSBCertificateRequestOption;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible values:

[.NET] [Pascal] Description
1 croGenerateKeyIdentifier If this option is set, subject key identifier extension will be automatically generated and added to the request.
2 croUseMSExtensionIdentifier If this option is enabled, the requested extensions will be saved under Microsoft Extension Request object identifier (1.3.6.1.4.1.311.2.1.14) and under Extension Request object identifier otherwise.
4 croAutoAdjustTagTypes If this option is enabled, all Subject fields are written with default tags (SBASN1.asn1PrintableStr).
[.NET] [Pascal]
Namespace: SBPKCS10
Assembly: SecureBlackbox.PKI
Unit: SBPKCS10


 
 

Description

    Use this property to get or set the certificate request options.

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