Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptionMethodType.OAEPparams

TElSAMLEncryptionMethodType     See also     


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


Specifies the extra parameters for OAEP algorithm.

Declaration

[C#]
    byte[] OAEPparams;

[VB.NET]
    Property OAEPparams As Byte()

[Pascal]
    property OAEPparams : ByteArray;

[C++]
    void get_OAEPparams(std::vector<uint8_t> &OutResult);
    void set_OAEPparams(const std::vector<uint8_t> &Value);

[PHP]
    string get_OAEPparams()
    void set_OAEPparams(array of byte|string|NULL $Value)

[Java]
    byte[] getOAEPparams();
    void setOAEPparams(byte[] Value);

Description

This property contains the extra parameters used by OAEP algorithms.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum