File: System\DirectoryServices\AccountManagement\StoreKey.cs
Web Access
Project: src\src\runtime\src\libraries\System.DirectoryServices.AccountManagement\src\System.DirectoryServices.AccountManagement.csproj (System.DirectoryServices.AccountManagement)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;

namespace System.DirectoryServices.AccountManagement
{
    internal abstract class StoreKey
    {
        // Nothing here, this is just a base class for the store-specific StoreKeys
    }
}