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

Describes how to connect to an endpoint.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EndpointDescription ( string url ) : System

Creates an endpoint configuration from a url.

FindUserTokenPolicy ( UserTokenType tokenType, XmlQualifiedName issuedTokenType ) : UserTokenPolicy

Finds a token policy that matches the user identity specified.

FindUserTokenPolicy ( UserTokenType tokenType, string issuedTokenType ) : UserTokenPolicy

Finds a token policy that matches the user identity specified.

FindUserTokenPolicy ( string policyId ) : UserTokenPolicy

Finds the user token policy with the specified id.

Описание методов

EndpointDescription() публичный Метод

Creates an endpoint configuration from a url.
public EndpointDescription ( string url ) : System
url string
Результат System

FindUserTokenPolicy() публичный Метод

Finds a token policy that matches the user identity specified.
public FindUserTokenPolicy ( UserTokenType tokenType, XmlQualifiedName issuedTokenType ) : UserTokenPolicy
tokenType UserTokenType
issuedTokenType System.Xml.XmlQualifiedName
Результат UserTokenPolicy

FindUserTokenPolicy() публичный Метод

Finds a token policy that matches the user identity specified.
public FindUserTokenPolicy ( UserTokenType tokenType, string issuedTokenType ) : UserTokenPolicy
tokenType UserTokenType
issuedTokenType string
Результат UserTokenPolicy

FindUserTokenPolicy() публичный Метод

Finds the user token policy with the specified id.
public FindUserTokenPolicy ( string policyId ) : UserTokenPolicy
policyId string
Результат UserTokenPolicy