EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.GetStoreFriendlyName

TElWinCertStorage     See also    


 

Returns friendly name for Windows certificate storage.

 
 

Declaration

[C#]
    static string GetStoreFriendlyName(TElWinCertStorage Self, string StoreName);

[VB.NET]
    Shared Function GetStoreFriendlyName(ByVal Self As TElWinCertStorage, ByVal StoreName As String) As String

[Pascal]
    class function GetStoreFriendlyName(StoreName : string) : string;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Self - you should always pass null as this parameter.
  • StoreName - system storage name.
 
 

Return value

    Friendly name of the storage.

 
 

Description

    Each Windows certificate storage has two names. The first name is such as "MY", "ROOT" etc. At the same time each storage can have the second name so-called "friendly name": "Personal", "Trusted root" etc. GetStoreFriendlyName allows to get the second name by the first one.

 
 

See also:     GetAvailablePhysicalStores    

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