Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.AllowDuplicates

TElWinCertStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Certificates     Add    

Discuss this help topic in SecureBlackbox Forum