C# 클래스 Opc.Ua.UserTokenPolicy

Defines constants for key user token policies.
상속: IFormattable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the object formatted as a string.

ToString ( string format, IFormatProvider formatProvider ) : string

Returns the string representation of the object.

UserTokenPolicy ( UserTokenType tokenType ) : System

Creates an empty token policy with the specified token type.

메소드 상세

ToString() 공개 메소드

Returns the object formatted as a string.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns the string representation of the object.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string

UserTokenPolicy() 공개 메소드

Creates an empty token policy with the specified token type.
public UserTokenPolicy ( UserTokenType tokenType ) : System
tokenType UserTokenType
리턴 System