.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.UserTokenPolicy Class Reference

Specifies a UserIdentityToken that a Server will accept. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 UserTokenPolicy ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

string PolicyId [get, set]
 An identifier for the UserTokenPolicy assigned by the Server. More...
 
UserTokenType TokenType [get, set]
 The type of user identity token required. More...
 
string IssuedTokenType [get, set]
 A URI for the type of token. More...
 
string IssuerEndpointUrl [get, set]
 An optional URL for the token issuing service. More...
 
string SecurityPolicyUri [get, set]
 The security policy to use when encrypting or signing the UserIdentityToken when it is passed to the Server in the ActivateSession request. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Specifies a UserIdentityToken that a Server will accept.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UserTokenPolicy.UserTokenPolicy ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.UserTokenPolicy.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

string UnifiedAutomation.UaBase.UserTokenPolicy.IssuedTokenType
getset

A URI for the type of token.

Part 6 of the OPC UA Specification defines URIs for common issued token types. Vendors may specify their own token.

This field may only be specified if TokenType is IssuedToken.

string UnifiedAutomation.UaBase.UserTokenPolicy.IssuerEndpointUrl
getset

An optional URL for the token issuing service.

The meaning of this value depends on the IssuedTokenType.

string UnifiedAutomation.UaBase.UserTokenPolicy.PolicyId
getset

An identifier for the UserTokenPolicy assigned by the Server.

The Client specifies this value when it constructs a UserIdentityToken that conforms to the policy.

This value is only unique within the context of a single Server.

string UnifiedAutomation.UaBase.UserTokenPolicy.SecurityPolicyUri
getset

The security policy to use when encrypting or signing the UserIdentityToken when it is passed to the Server in the ActivateSession request.

The security policy for the SecureChannel is used if this value is omitted.

UserTokenType UnifiedAutomation.UaBase.UserTokenPolicy.TokenType
getset

The type of user identity token required.

A tokenType of ANONYMOUS indicates that the Server does not require any user identification. In this case the Client application instance certificate is used as the user identification.


The documentation for this class was generated from the following file: