Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptor.KeyWrapMethod

TElXMLDecryptor     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();

[PHP]
    integer get_KeyWrapMethod()

[Java]
    short getKeyWrapMethod();

Values:

Description

     This read-only property specifies the symmetric algorithm, used 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