C# Class Opc.Ua.UserTokenPolicy

Defines constants for key user token policies.
Inheritance: IFormattable
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
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.

Method Details

ToString() public method

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

ToString() public method

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

UserTokenPolicy() public method

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