SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

CreateNew Method

Creates a new storage.

Syntax

public void CreateNew(string storageLocation, string storageID);
Public Sub CreateNew(ByVal StorageLocation As String, ByVal StorageID As String)

Remarks

Use this method to create new key storage.

StorageLocation specifies where the new storage should be created, and StorageID contains a unique storage identifier.

cslUnspecifiedunspecified
cslMemorymemoryin-memory storage

cslFilefilefile storage

cslSystemsystemOS-specific certificate storage (e.g. CryptoAPI)

cslPKCS11pkcs11PKCS#11 compatible device

cslKMIPkmip
cslAppleappleApple certificates storage (macOS and iOS only)

cslJavajavajava key storage

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]