Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoRSAData.RSAKeyMaterial

TElXMLKeyInfoRSAData     


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


This property contains an RSA key pair.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property RSAKeyMaterial : TElRSAKeyMaterial;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

     This property contains an RSA keypair. This key pair is used to encrypt/decrypt or sign/verify the XML data using RSA algorithm. For encryption or signature verification you need only a public key. For decryption and signing you must have a private key.

Discuss this help topic in SecureBlackbox Forum