UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.UserTokenPolicy Class Reference

Describes a user token that can be used with a server. 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)
 
 
virtual object Clone ()
 
 

Properties

string PolicyId [get, set]
 A identifier for the policy assigned by the server. More...
 
UserTokenType TokenType [get, set]
 The type of user token. More...
 
string IssuedTokenType [get, set]
 The type of issued token. More...
 
string IssuerEndpointUrl [get, set]
 The endpoint or any other information need to contruct an issued token URL. More...
 
string SecurityPolicyUri [get, set]
 The security policy to use when encrypting or signing the user token. 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

Describes a user token that can be used with a server.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UserTokenPolicy.UserTokenPolicy ( )

The default constructor.

Property Documentation

string UnifiedAutomation.UaBase.UserTokenPolicy.IssuedTokenType
getset

The type of issued token.

string UnifiedAutomation.UaBase.UserTokenPolicy.IssuerEndpointUrl
getset

The endpoint or any other information need to contruct an issued token URL.

string UnifiedAutomation.UaBase.UserTokenPolicy.PolicyId
getset

A identifier for the policy assigned by the server.

string UnifiedAutomation.UaBase.UserTokenPolicy.SecurityPolicyUri
getset

The security policy to use when encrypting or signing the user token.

UserTokenType UnifiedAutomation.UaBase.UserTokenPolicy.TokenType
getset

The type of user token.


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