Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / CertificateStoreLocation Enumeration


In This Topic
    CertificateStoreLocation Enumeration
    In This Topic
    Value representing a certificate's store location. Note: This enumeration is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.
    Syntax
    'Declaration
     
    <ObsoleteAttribute("The CertificateStore class is obsolete. Use the X509Store class from the .NET Framework instead.", True)>
    Public Enum CertificateStoreLocation 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As CertificateStoreLocation
    [Obsolete("The CertificateStore class is obsolete. Use the X509Store class from the .NET Framework instead.", true)]
    public enum CertificateStoreLocation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    CurrentService0The certificate store for the current service.
    CurrentUser1The certificate store for the currently logged-on user.
    CurrentUserGroupPolicy2The certificate store for the currently logged-on group.
    LocalMachine3The certificate store for the local computer.
    LocalMachineEnterprise4The certificate store for the local machine enterprise downloaded from a network setting.
    LocalMachineGroupPolicy5The certificate store for the local machine group policy downloaded from a network setting.
    Services6The certificate store for a specified service account; for example, an Alerter or the Event Log.
    Unknown7The location is unknown.
    Users8The certificate store for the users group of this computer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Ftp.CertificateStoreLocation

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also