C# 클래스 GSF.Security.Authentication.NullToken

An empty token that does not contain any data.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
Load ( Stream stream ) : void
Save ( Stream stream ) : void

메소드 상세

Load() 공개 메소드

public Load ( Stream stream ) : void
stream System.IO.Stream
리턴 void

Save() 공개 메소드

public Save ( Stream stream ) : void
stream System.IO.Stream
리턴 void