Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoGOST2001Data.PublicKeyParamSet

TElXMLKeyInfoGOST2001Data     See also     


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


Contains optional public key parameters.

Declaration

[C#]
    string PublicKeyParamSet;

[VB.NET]
    Property PublicKeyParamSet As String

[Pascal]
    property PublicKeyParamSet : WideString;

[C++]
    void get_PublicKeyParamSet(sb_u16string &OutResult);
    void get_PublicKeyParamSet(std::wstring &OutResult);

[PHP]
    string get_PublicKeyParamSet()

[Java]
    String getPublicKeyParamSet();

Description

    Use this property to specify optional publicKeyParamSet element.

See also:     DigestParamSet     EncryptionParamSet    

Discuss this help topic in SecureBlackbox Forum