Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptedKey.Recipient

TElXMLEncryptedKey     See also     


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


Identifies the recipient.

Declaration

[C#]
    string Recipient;

[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.

See also:     CarriedKeyName    

Discuss this help topic in SecureBlackbox Forum