C# Class Opc.Ua.EndpointDescription

Describes how to connect to an endpoint.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

EndpointDescription() public méthode

Creates an endpoint configuration from a url.
public EndpointDescription ( string url ) : System
url string
Résultat System

FindUserTokenPolicy() public méthode

Finds a token policy that matches the user identity specified.
public FindUserTokenPolicy ( UserTokenType tokenType, XmlQualifiedName issuedTokenType ) : UserTokenPolicy
tokenType UserTokenType
issuedTokenType System.Xml.XmlQualifiedName
Résultat UserTokenPolicy

FindUserTokenPolicy() public méthode

Finds a token policy that matches the user identity specified.
public FindUserTokenPolicy ( UserTokenType tokenType, string issuedTokenType ) : UserTokenPolicy
tokenType UserTokenType
issuedTokenType string
Résultat UserTokenPolicy

FindUserTokenPolicy() public méthode

Finds the user token policy with the specified id.
public FindUserTokenPolicy ( string policyId ) : UserTokenPolicy
policyId string
Résultat UserTokenPolicy