Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.TryCurrentUser

TElWinCertStorage     See also     


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


Specifies, whether to try adding certificate to the Current User store after failing to add it to another one.

Declaration

[C#]
    bool TryCurrentUser;

[VB.NET]
    Property TryCurrentUser As Boolean

[Pascal]
    property TryCurrentUser : boolean;

[C++]
    bool get_TryCurrentUser();
    void set_TryCurrentUser(bool Value);

[PHP]
    bool get_TryCurrentUser()
    void set_TryCurrentUser(bool $Value)

[Java]
    boolean getTryCurrentUser();
    void setTryCurrentUser(boolean Value);

Description

    If this property is set to True, TElWinCertStorage will try to add the certificate to the Current User store, if it fails to add it to some other store (e.g. Local Machine).

See also:     PhysicalStores    

Discuss this help topic in SecureBlackbox Forum