Discuss this help topic in SecureBlackbox Forum

TElRSAOAEPAlgorithmIdentifier.StrLabel

TElRSAOAEPAlgorithmIdentifier     


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


Declaration

[C#]
    string StrLabel;

[VB.NET]
    Property StrLabel As String

[Pascal]
    property StrLabel : string;

[C++]
    void get_StrLabel(std::string &OutResult);
    void set_StrLabel(const std::string &Value);

[PHP]
    string get_StrLabel()
    void set_StrLabel(string $Value)

[Java]
    String getStrLabel();
    void setStrLabel(String Value);

Description

    …

Discuss this help topic in SecureBlackbox Forum