Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptor.KeyTransportMethod

TElXMLDecryptor     See also     


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


Specifies the key transport algorithm

Declaration

[C#]
    TElXMLKeyTransportMethod KeyTransportMethod;

[VB.NET]
    Property KeyTransportMethod As TElXMLKeyTransportMethod

[Pascal]
    property KeyTransportMethod : TElXMLKeyTransportMethod;

[C++]
    TElXMLKeyTransportMethod get_KeyTransportMethod();

[PHP]
    integer get_KeyTransportMethod()

[Java]
    short getKeyTransportMethod();

Values:

Description

     This read-only property specifies the public-key based algorithm used for key encryption. Public-key based algorithm is used when KeyEncryptionType is set to xetKeyTransport.

See also:     EncryptKey     KeyEncryptionKeyData     KeyEncryptionType    

Discuss this help topic in SecureBlackbox Forum