Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.RecalculateAuthenticatedAttributes

TElPKCS7Signer     See also     


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


This method recalculates the AuthenticatedAttributesPlain.

Declaration

[C#]
    void RecalculateAuthenticatedAttributes();
    void RecalculateAuthenticatedAttributes(bool Reorder);

[VB.NET]
    Sub RecalculateAuthenticatedAttributes()
    Sub RecalculateAuthenticatedAttributes(ByVal Reorder As Boolean)

[Pascal]
    procedure RecalculateAuthenticatedAttributes;

[C++]
    void RecalculateAuthenticatedAttributes();
    void RecalculateAuthenticatedAttributes(bool Reorder);

[PHP]
    void RecalculateAuthenticatedAttributes()
    void RecalculateAuthenticatedAttributes(bool $Reorder)

[Java]
    void recalculateAuthenticatedAttributes();
    void recalculateAuthenticatedAttributes(boolean Reorder);

Parameters

  • Reorder - ...

Description

    Call this method to recalculate the plain-text authenticated attributes.

See also:     AuthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum