EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.AllowDuplicates

TElWinCertStorage     See also    


 

Specifies if duplicates of the certificates could be loaded.

 
 

Declaration

[C#]
    bool AllowDuplicates;

[VB.NET]
    Property AllowDuplicates As Boolean

[Pascal]
    property AllowDuplicates : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Value
atCurrentService 0 (0x00)
atCurrentUser 1 (0x01)
atCurrentUserGroupPolicy 2 (0x02)
atLocalMachine 3 (0x03)
atLocalMachineEnterprise 4 (0x04)
atLocalMachineGroupPolicy 5 (0x05)
atServices 6 (0x06)
atUsers 7 (0x07)
Declared in
[.NET] [Pascal]
Namespace: SBWinCertStorage
Assembly: SecureBlackbox
Unit: SBWinCertStorage

 
 

Description

    Use this property to specify, whether to allow import of the same certificate or a certificate with an existing name to the store. Default value is True.

 
 

See also:     Certificates     Add    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation