C# 클래스 Opc.Ua.Configuration.UserNameCreator

Creates UserName.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string applicationName, string userName, string password ) : void

Add a User.

Delete ( string applicationName, string userName ) : bool

Delete a User.

LoadUserName ( string applicationName ) : UserNameIdentityToken>.Dictionary

Load UserNameIdentityToken.

UserNameCreator ( string applicationName ) : System

The default constructor.

비공개 메소드들

메소드 설명
DecryptPassword ( byte srcPassword ) : byte[]

Decrypt Password.

EncryptPassword ( byte srcPassword ) : byte[]

Encrypt Password.

SaveUserName ( string applicationName, UserNameIdentityToken userNameToken ) : void

Save UserNameIdentityToken.

메소드 상세

Add() 공개 메소드

Add a User.
public Add ( string applicationName, string userName, string password ) : void
applicationName string The Application Name.
userName string The UserName.
password string The Password.
리턴 void

Delete() 공개 메소드

Delete a User.
public Delete ( string applicationName, string userName ) : bool
applicationName string The Application Name.
userName string The UserName.
리턴 bool

LoadUserName() 공개 정적인 메소드

Load UserNameIdentityToken.
public static LoadUserName ( string applicationName ) : UserNameIdentityToken>.Dictionary
applicationName string
리턴 UserNameIdentityToken>.Dictionary

UserNameCreator() 공개 메소드

The default constructor.
public UserNameCreator ( string applicationName ) : System
applicationName string
리턴 System