Discuss this help topic in SecureBlackbox Forum
Specifies if duplicates of the certificates could be loaded.
Declaration
[C#]
bool AllowDuplicates;
[VB.NET]
Property AllowDuplicates As Boolean
[Pascal]
property AllowDuplicates : boolean;
[C++]
bool get_AllowDuplicates();
void set_AllowDuplicates(bool Value);
[PHP]
bool get_AllowDuplicates()
void set_AllowDuplicates(bool $Value)
[Java]
boolean getAllowDuplicates();
void setAllowDuplicates(boolean Value);
Values:
Description
Use this property to specify whether to allow import of the same certificate or a certificate with an existing name to the store.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum