C# Class GSF.Security.SecurityIdentity

A class that implements IIdentity interface to facilitate custom role-based security.
Inheritance: IIdentity
Mostra file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
SecurityIdentity ( ISecurityProvider provider ) : System

Initializes a new instance of the SecurityIdentity class.

Method Details

SecurityIdentity() public method

Initializes a new instance of the SecurityIdentity class.
Value specified for is null.
public SecurityIdentity ( ISecurityProvider provider ) : System
provider ISecurityProvider An of the user.
return System