Discuss this help topic in SecureBlackbox Forum
The value of Target attribute of the XML property.
Declaration
[VB.NET]
Property Target As String
[Pascal]
property Target : WideString;
[C++]
void get_Target(sb_u16string &OutResult);
void get_Target(std::wstring &OutResult);
void set_Target(const sb_u16string &Value);
void set_Target(const std::wstring &Value);
[PHP]
string get_Target()
void set_Target(string $Value)
[Java]
String getTarget();
void setTarget(String Value);
Description
Use this property to get or set the value of the Target attribute of the XML Property element.
The Target attribute identifies the EncryptedType structure being described.
Discuss this help topic in SecureBlackbox Forum