Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.SignedAttributesPresent

TElCMSSignature     


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


Specifies whether any signed attributes are present.

Declaration

[C#]
    bool SignedAttributesPresent;

[VB.NET]
    Property SignedAttributesPresent As Boolean

[Pascal]
    property SignedAttributesPresent : boolean;

[C++]
    bool get_SignedAttributesPresent();

[PHP]
    bool get_SignedAttributesPresent()

[Java]
    boolean getSignedAttributesPresent();

Description

    Use this read-only property to check if the signature contains at least one signed (authenticated) attribute.

Discuss this help topic in SecureBlackbox Forum