Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptor.KeyWrapMethod

TElXMLEncryptor     See also     


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


Specifies the key transport algorithm

Declaration

[C#]
    TElXMLKeyWrapMethod KeyWrapMethod;

[VB.NET]
    Property KeyWrapMethod As TElXMLKeyWrapMethod

[Pascal]
    property KeyWrapMethod : TElXMLKeyWrapMethod;

[C++]
    TElXMLKeyWrapMethod get_KeyWrapMethod();
    void set_KeyWrapMethod(TElXMLKeyWrapMethod Value);

[PHP]
    integer get_KeyWrapMethod()
    void set_KeyWrapMethod(integer $Value)

[Java]
    short getKeyWrapMethod();
    void setKeyWrapMethod(short Value);

Values:

Description

     This property specifies the symmetric algorithm for encrypting the key. Symmetric algorithm is used when KeyEncryptionType is set to xetKeyWrap.

See also:     EncryptKey     KeyEncryptionKeyData     KeyEncryptionType    

Discuss this help topic in SecureBlackbox Forum