Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestKeyDerivation.KeyDerivationName

TElOpenOfficeXMLManifestKeyDerivation     See also     


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


Contains the name of the key derivation algorithm.

Declaration

[C#]
    string KeyDerivationName;

[VB.NET]
    Property KeyDerivationName As String

[Pascal]
    property KeyDerivationName : WideString;

[C++]
    void get_KeyDerivationName(sb_u16string &OutResult);
    void get_KeyDerivationName(std::wstring &OutResult);
    void set_KeyDerivationName(const sb_u16string &Value);
    void set_KeyDerivationName(const std::wstring &Value);

[PHP]
    string get_KeyDerivationName()
    void set_KeyDerivationName(string $Value)

[Java]
    String getKeyDerivationName();
    void setKeyDerivationName(String Value);

Description

    Use this property to specify the name of the algorithm used to derive the key, e.g. "PBKDF2". If the PBKDF2 algorithm is used, StartKeyGeneration property should specify the start key for the algorithm.

See also:     KeySize    

Discuss this help topic in SecureBlackbox Forum