wodKeys Component - PublicKey Property
      
 

Description

Returns public key.


Property type

A String value.  


Syntax

object.PublicKey(KeyType)



The PublicKey Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Keys.
KeyType Required. A SSHKeyTypes enumeration, as described in settings. Type of the key (RSA/DSA).

Settings

The settings for KeyType are:

Constant Value Description
 RSAkey 0 Uses RSA key.
 DSAkey 1 Uses DSA key.

Remarks

This property will return raw data for public part of previously generated (or loaded) key.