Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.AllowPartialValidationInfo

TElCAdESSignatureProcessor     See also     


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


Specifies whether to allow for missing validation info.

Declaration

[C#]
    bool AllowPartialValidationInfo;

[VB.NET]
    Property AllowPartialValidationInfo As Boolean

[Pascal]
    property AllowPartialValidationInfo : boolean;

[C++]
    bool get_AllowPartialValidationInfo();
    void set_AllowPartialValidationInfo(bool Value);

[PHP]
    bool get_AllowPartialValidationInfo()
    void set_AllowPartialValidationInfo(bool $Value)

[Java]
    boolean getAllowPartialValidationInfo();
    void setAllowPartialValidationInfo(boolean Value);

Description

    If this property is set to True, signature validation will not fail if validation information for a certificate is absent. The default value is False.

See also:     Validate    

Discuss this help topic in SecureBlackbox Forum