Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.Flags

TElPKCS11NSSParams     See also     


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


Contains certificate trust flags.

Declaration

[C#]
    string Flags;

[VB.NET]
    Property Flags As String

[Pascal]
    property Flags : string;

[C++]
    void get_Flags(std::string &OutResult);
    void set_Flags(const std::string &Value);

[PHP]
    string get_Flags()
    void set_Flags(string $Value)

[Java]
    String getFlags();
    void setFlags(String Value);

Description

    Use this property to specify a string containing certificate trust flags.

See also:     RawParamsStr    

Discuss this help topic in SecureBlackbox Forum