Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.UseUTF8

TElCMSSigPolicyQualifier     See also     


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


Specifies whether UTF8 conversion is to be applied to textual properties.

Declaration

[C#]
    bool UseUTF8;

[VB.NET]
    Property UseUTF8 As Boolean

[Pascal]
    property UseUTF8 : boolean;

[C++]
    bool get_UseUTF8();
    void set_UseUTF8(bool Value);

[PHP]
    bool get_UseUTF8()
    void set_UseUTF8(bool $Value)

[Java]
    boolean getUseUTF8();
    void setUseUTF8(boolean Value);

Description

    This property specifies, whether UTF8 conversion should be applied to the organization name and notice texts.

See also:     Organization     ExplicitText    

Discuss this help topic in SecureBlackbox Forum