FieldTypeKeyPair Class

"keyPair" field type

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class FieldTypeKeyPair : FieldTypeBase, 
	IFieldTypeSerialize
Inheritance
Object    FieldTypeBase    FieldTypeKeyPair
Implements
IFieldTypeSerialize

Constructors

FieldTypeKeyPairInitializes a new instance of the FieldTypeKeyPair class

Properties

Elements Enumerates property names
ElementValues Enumerates property values
PrivateKey Gets or sets Private Key
PublicKey Gets or sets Public Key

Methods

GetValueAsString Gets human friendly text
SetElementValue Sets property value
SetValueAsString Sets field value from human friendly text

See Also