EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.PublicKeyAlgorithm

TElCMSSignature     See also    


 

This property specifies the public key algorithm.

 
 

Declaration

[C#]
    int PublicKeyAlgorithm;

[VB.NET]
    Property PublicKeyAlgorithm As Integer

[Pascal]
    property PublicKeyAlgorithm : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

The following algorithms may be used as public key algorithms:
[.NET] [Pascal] [ActiveX] [DLL] Value Description
SB_CERT_ALGORITHM_ID_RSA_ENCRYPTION 0 (0x00) RSA
SB_CERT_ALGORITHM_ID_DSA 4 (0x04) DSA
SB_CERT_ALGORITHM_DH_PUBLIC 6 (0x06) Diffie-Hellman
SB_CERT_ALGORITHM_ID_RSAPSS 11 (0x0B) RSA key, which can be used only in RSA-PSS signature scheme
SB_CERT_ALGORITHM_ID_RSAOAEP 12 (0x0C) RSA key, which can be used only for RSA-OAEP encryption
SB_CERT_ALGORITHM_UNKNOWN 65535 (0xFFFF) the algorithm is unknown
Declared in
[.NET] [Pascal]
Namespace: SBUtils
Assembly: SecureBlackbox
Unit: SBUtils

The following algorithms may be used as signature algorithms:
[.NET] [Pascal] [ActiveX] [DLL] Value Description
SB_CERT_ALGORITHM_MD2_RSA_ENCRYPTION 1 (0x01) RSA digital signature with MD2 digest
SB_CERT_ALGORITHM_MD5_RSA_ENCRYPTION 2 (0x02) RSA digital signature with MD5 digest
SB_CERT_ALGORITHM_SHA1_RSA_ENCRYPTION 3 (0x03) RSA digital signature with SHA1 digest
SB_CERT_ALGORITHM_ID_DSA_SHA1 5 (0x05) DSA digital signature with SHA1 digest
SB_CERT_ALGORITHM_SHA224_RSA_ENCRYPTION 7 (0x07) RSA digital signature with SHA-224 digest
SB_CERT_ALGORITHM_SHA256_RSA_ENCRYPTION 8 (0x08) RSA digital signature with SHA-256 digest
SB_CERT_ALGORITHM_SHA384_RSA_ENCRYPTION 9 (0x09) RSA digital signature with SHA-384 digest
SB_CERT_ALGORITHM_SHA512_RSA_ENCRYPTION 10 (0x0A) RSA digital signature with SHA-256 digest
SB_CERT_ALGORITHM_ID_RSAPSS 11 (0x0B) DSA digital signature with SHA1 digest
SB_CERT_ALGORITHM_RSASIGNATURE_RIPEMD160 13 (0x0D) RSA digital signature with RIPEMD-160 digest
SB_CERT_ALGORITHM_UNKNOWN 65535 (0xFFFF) the algorithm is unknown
Declared in
[.NET] [Pascal]
Namespace: SBUtils
Assembly: SecureBlackbox
Unit: SBUtils

 
 

Description

    Use this property to get or set the certificate public key algorithm.

 
 

See also:     SignatureAlgorithm     DigestAlgorithm     FingerprintAlgorithm    

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