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

An individual server side user credential
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UserID string
UserToken System.Guid
Username string

공개 메소드들

메소드 설명
IntegratedSecurityUserCredential ( Stream stream ) : System

Loads user credentials from the supplied stream.

IntegratedSecurityUserCredential ( string username, System.Guid userToken ) : System

Creates user credentials

Load ( Stream stream ) : void

Loads from the supplied stream.

Save ( Stream stream ) : void

Saves to the supplied stream.

메소드 상세

IntegratedSecurityUserCredential() 공개 메소드

Loads user credentials from the supplied stream.
public IntegratedSecurityUserCredential ( Stream stream ) : System
stream Stream
리턴 System

IntegratedSecurityUserCredential() 공개 메소드

Creates user credentials
public IntegratedSecurityUserCredential ( string username, System.Guid userToken ) : System
username string
userToken System.Guid
리턴 System

Load() 공개 메소드

Loads from the supplied stream.
public Load ( Stream stream ) : void
stream Stream
리턴 void

Save() 공개 메소드

Saves to the supplied stream.
public Save ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

UserID 공개적으로 프로퍼티

The security identifier for the username
public string UserID
리턴 string

UserToken 공개적으로 프로퍼티

The token associated with this user and their permissions.
public Guid,System UserToken
리턴 System.Guid

Username 공개적으로 프로퍼티

The username that was passed to the constructor.
public string Username
리턴 string