C# Класс Opc.Ua.UserTokenPolicy

Defines constants for key user token policies.
Наследование: IFormattable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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