Discuss this help topic in SecureBlackbox Forum
Identifies the recipient.
Declaration
[VB.NET]
Property Recipient As String
[Pascal]
property Recipient : WideString;
[C++]
void get_Recipient(sb_u16string &OutResult);
void get_Recipient(std::wstring &OutResult);
void set_Recipient(const sb_u16string &Value);
void set_Recipient(const std::wstring &Value);
[PHP]
string get_Recipient()
void set_Recipient(string $Value)
[Java]
String getRecipient();
void setRecipient(String Value);
Description
Recipient is an optional attribute that contains a hint as to which recipient this encrypted key value is intended for. Its contents are application dependent.
Discuss this help topic in SecureBlackbox Forum