Discuss this help topic in SecureBlackbox Forum
Specifies whether the public key should be stored in memory.
Declaration
[C#/Java]
bool DelayedPublicKeyImport;
[VB.NET]
Property DelayedPublicKeyImport As Boolean
[Pascal]
property DelayedPublicKeyImport : boolean;
[C++]
bool get_DelayedPublicKeyImport();
void set_DelayedPublicKeyImport(bool Value);
[PHP]
bool get_DelayedPublicKeyImport()
void set_DelayedPublicKeyImport(bool $Value)
Description
If this property is set, import of the public key to the token is delayed, and the newly created (added) key is stored in memory.
The default value is True.
Discuss this help topic in SecureBlackbox Forum