Discuss this help topic in SecureBlackbox Forum

TElDKDNSRecord.CreatePublicKey

TElDKDNSRecord     See also     


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


Creates an instance of SBDKPublicKey descendant.

Declaration

[C#]
    void CreatePublicKey(TSBDKPublicKeyType KeyType);

[VB.NET]
    Sub CreatePublicKey(ByVal KeyType As TSBDKPublicKeyType)

[Pascal]
    procedure CreatePublicKey(KeyType : TSBDKPublicKeyType);

[C++]
    void CreatePublicKey(TSBDKPublicKeyType KeyType);

[PHP]
    void CreatePublicKey(integer $KeyType)

[Java]
    void createPublicKey(TSBDKPublicKeyType KeyType);

Parameters

  • KeyType - type of the newly created key

Values:

Description

    Use this method to create new public key. Use PublicKey property to access the newly created key.

See also:     PublicKey    

Discuss this help topic in SecureBlackbox Forum