C# Class GSF.Security.Authentication.NullToken

An empty token that does not contain any data.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
Load ( Stream stream ) : void
Save ( Stream stream ) : void

Method Details

Load() public méthode

public Load ( Stream stream ) : void
stream System.IO.Stream
Résultat void

Save() public méthode

public Save ( Stream stream ) : void
stream System.IO.Stream
Résultat void