Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.UseUTF8

TElX509Certificate     


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


This property specifies whether UTF-8 should be used

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

    Use this property to specify, whether UTF-8 encoding should be used.

Discuss this help topic in SecureBlackbox Forum