Click or drag to resize

ISerializeTypedField Interface

Defines methods for typed field serialization

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface ISerializeTypedField

The ISerializeTypedField type exposes the following members.

Methods
 NameDescription
Public methodExportTypedField Exports typed field to text
Public methodImportTypedField Imports the content of typed field from text
Top
See Also