EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSLCertificateType

TElServerCertificateTypeSSLExtension     Declared in    


 

Defines certificate types used in SSL.

 
 

Declaration

[C#]
    enum TElSSLCertificateType {ctX509 = 0, ctPGP = 1}

[VB.NET]
    Enum TElSSLCertificateType
      ctX509 = 0
      ctPGP = 1
    End Enum

[Pascal]
    TElSSLCertificateType = (ctX509, ctPGP);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

[.NET] [Pascal] Description
ctX509 = 0 ctX509 X.509 certificate
ctPGP = 1 ctPGP PGP certificate
Declared in
[.NET] [Pascal]
Namespace: SBSSLConstants
Assembly: SecureBlackbox.SSLConstants
Unit: SBSSLConstants

 
 

Declared in

.NET:

  • Namespace: SBSSLConstants
  • Assembly: SecureBlackbox.SSLConstants
VCL:
  • Unit: SBSSLConstants
ActiveX/DLL: not implemented
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation