C# 클래스 Opc.Ua.EndpointDescription

Describes how to connect to an endpoint.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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