C# Class GSF.Security.SecurityProviderCache.CacheContext

A class that facilitates the caching of ISecurityProvider.
Mostra file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
CacheContext ( ISecurityProvider provider ) : System

Initializes a new instance of the CacheContext class.

Method Details

CacheContext() public method

Initializes a new instance of the CacheContext class.
public CacheContext ( ISecurityProvider provider ) : System
provider ISecurityProvider
return System