Skip to content

Latest commit

 

History

History
executable file
·
44 lines (29 loc) · 1.43 KB

class_mip_storagedelegate_storagesettings.md

File metadata and controls

executable file
·
44 lines (29 loc) · 1.43 KB
title description author ms.service ms.topic ms.author ms.date
class StorageDelegate::StorageSettings
Documents the storagedelegate::storagesettings class of the Microsoft Information Protection (MIP) SDK.
msmbaldwin
information-protection
reference
mbaldwin
11/15/2021

class StorageDelegate::StorageSettings

Settings used by StorageDelegate.

Summary

Members Descriptions
public StorageSettings(bool isRemoteStorage, bool isInMemoryStorageSupported) Interface for configuring the storage settings.
public bool IsRemoteStorage() const Gets whether remote storage is used or not.
public bool IsInMemoryStorageSupported() const Gets whether the delegate supports in-memory storage.

Members

StorageSettings function

Interface for configuring the storage settings.

Parameters:

  • isRemoteStore: represents if store is remote. This will be taken into account for internal encryption.

  • isInMemoryStorageSupported: Declares whether the delegate supports in-memory storage.

IsRemoteStorage function

Gets whether remote storage is used or not.

Returns: Whether remote storage is used or not.

IsInMemoryStorageSupported function

Gets whether the delegate supports in-memory storage.

Returns: True if the delegate supports in-memory storage.e.