Discuss this help topic in SecureBlackbox Forum

TElDKSignature.Canonicalization

TElDKSignature     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property specifies canonicalization type.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Canonicalization : TSBDKCanonicalizationAlgorithm;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values:

Description

    Canonicalization prepares the email for signing or verification. It does not change the transmitted data in any way.

    There are two types of canonization. A ‘simple’ algorithm that tolerates almost no modification and a ‘relaxed’ algorithm that tolerates common modifications as white-space replacement and header line re-wrapping.

    For more information see draft-delany-domainkeys-base-01 (Mark Delany), part 3.4.

See also:     DigestAlgorithm     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum