Click or drag to resize

FieldTypeKeyPair Class

"keyPair" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypeKeyPair

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class FieldTypeKeyPair : FieldTypeBase, 
	IFieldTypeSerialize

The FieldTypeKeyPair type exposes the following members.

Constructors
 NameDescription
Public methodFieldTypeKeyPairInitializes a new instance of the FieldTypeKeyPair class
Top
Properties
 NameDescription
Public propertyElements Enumerates property names
Public propertyElementValues Enumerates property values
Public propertyPrivateKey Gets or sets Private Key
Public propertyPublicKey Gets or sets Public Key
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetElementValue Sets property value
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also