C# Class GSF.Security.Authentication.NullToken

An empty token that does not contain any data.
Mostrar archivo Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
Load ( Stream stream ) : void
Save ( Stream stream ) : void

Method Details

Load() public method

public Load ( Stream stream ) : void
stream System.IO.Stream
return void

Save() public method

public Save ( Stream stream ) : void
stream System.IO.Stream
return void