Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptedKey.CarriedKeyName

TElXMLEncryptedKey     See also     


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


Identifies the encrypted key value.

Declaration

[C#]
    string CarriedKeyName;

[VB.NET]
    Property CarriedKeyName As String

[Pascal]
    property CarriedKeyName : WideString;

[C++]
    void get_CarriedKeyName(sb_u16string &OutResult);
    void get_CarriedKeyName(std::wstring &OutResult);
    void set_CarriedKeyName(const sb_u16string &Value);
    void set_CarriedKeyName(const std::wstring &Value);

[PHP]
    string get_CarriedKeyName()
    void set_CarriedKeyName(string $Value)

[Java]
    String getCarriedKeyName();
    void setCarriedKeyName(String Value);

Description

     The CarriedKeyName element is used to identify the encrypted key value which may be referenced by the KeyName element in ds:KeyInfo. (Since ID attribute values must be unique to a document,CarriedKeyName can indicate that several EncryptedKey structures contain the same key value encrypted for different recipients.)

See also:     Recipient    

Discuss this help topic in SecureBlackbox Forum