EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.SignatureType

TElMessageVerifier     See also    


 

Specifies the type of the signature, contained in the message.

 
 

Declaration

[C#]
    TSBMessageSignatureType SignatureType;

[VB.NET]
    Property SignatureType As TSBMessageSignatureType

[Pascal]
    property SignatureType : TSBMessageSignatureType;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
mstPublicKey mstPublicKey = 1 signature made with private RSA or DSA key. Signature of this type is generated by TElMessageSigner by default.
mstMAC mstMAC = 2 message authentication code.
Some secret key is generated. This key is used for message digest calculation. Then this secret key is encrypted for each message recipient's public key. So each recipient can verify if MAC is correct and find out if the message has been modified.
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBMessages
Assembly: SecureBlackbox
Unit: SBMessages Module: BaseBBox7.dll

 
 

Description

    This property specifies the type of the signature which is being verified.

 
 

See also:     MacAlgorithm    

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