Discuss this help topic in SecureBlackbox Forum

TElDHPublicKeyCrypto.CryptoType

TElDHPublicKeyCrypto     See also     


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


This topic is under development…

Declaration

[C#]
    TSBDHPublicKeyCryptoType CryptoType;

[VB.NET]
    Property CryptoType As TSBDHPublicKeyCryptoType

[Pascal]
    property CryptoType : TSBDHPublicKeyCryptoType;

[C++]
    TSBDHPublicKeyCryptoType get_CryptoType();
    void set_CryptoType(TSBDHPublicKeyCryptoType Value);

[PHP]
    integer get_CryptoType()
    void set_CryptoType(integer $Value)

[Java]
    TSBDHPublicKeyCryptoType getCryptoType();
    void setCryptoType(TSBDHPublicKeyCryptoType Value);

Possible Values

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum