EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.AccessType

TElWinCertStorage     See also    


 

Specifies the location of the system stores which will be opened.

 
 

Declaration

[C#]
    TSBStorageAccessType AccessType;

[VB.NET]
    Property AccessType As TSBStorageAccessType

[Pascal]
    property AccessType : TSBStorageAccessType;

[VB6]
    Property IElWinCertStorageX3.AccessType As TxSBStorageAccessType

[ActiveX]
    HRESULT _stdcall IElWinCertStorageX3.AccessType([in] TxSBStorageAccessType Value );
    HRESULT _stdcall IElWinCertStorageX3.AccessType([out, retval] TxSBStorageAccessType * Value );

[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

    This property defines location of system stores which will be opened.
    The value is passed to CertEnumSystemStore() CryptoAPI function. See API documentation for description of this function.
    This property is only valid when StorageType property is set to stSystem.

 
 

See also:     PhysicalStores     SystemStores     StorageType    

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