Show / Hide Table of Contents

Interface ISmartcryptKeyManagement

Inherited Members
IDisposable.Dispose()
Namespace: PKWARE.Smartcrypt.KeyManagement
Assembly: SmartcryptKeyManagement.dll
Syntax
[PublicAPI]
public interface ISmartcryptKeyManagement : IDisposable

Methods

AccountManagement()

Declaration
IAccountManagement AccountManagement()
Returns
Type Description
IAccountManagement

DataStorage()

Declaration
IDataStorage DataStorage()
Returns
Type Description
IDataStorage

PauseBackgroundProcessing()

Disables background processing until ResumeBackgroundProcessing() is called. Disabling processing may result in stale data, non-compliance with server-defined security settings, and possible loss of access to data.

Declaration
void PauseBackgroundProcessing()

ResumeBackgroundProcessing()

Declaration
void ResumeBackgroundProcessing()

Smartkeys()

Declaration
ISmartkeys Smartkeys()
Returns
Type Description
ISmartkeys

Users()

Declaration
IUsers Users()
Returns
Type Description
IUsers
Back to top Copyright © 2018 PKWARE, Inc.