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

Activates a session with the server. More...

Inherits UnifiedAutomation.UaBase.IServiceRequest, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 ActivateSessionRequest ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

RequestHeader RequestHeader [get, set]
 A standard header included in all requests sent to a server. More...
 
SignatureData ClientSignature [get, set]
 A signature created with the client certificate from the last server nonce returned by the server. More...
 
SignedSoftwareCertificateCollection ClientSoftwareCertificates [get, set]
 The software certificates owned by the client. More...
 
StringCollection LocaleIds [get, set]
 The locales to use with the session. More...
 
ExtensionObject UserIdentityToken [get, set]
 The user identity to use with the session. More...
 
SignatureData UserTokenSignature [get, set]
 A digital signature created with the user identity token. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceRequest
RequestHeader RequestHeader [get, set]
 The header for the request. More...
 
- 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

Activates a session with the server.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ActivateSessionRequest.ActivateSessionRequest ( )

The default constructor.

Property Documentation

SignatureData UnifiedAutomation.UaBase.ActivateSessionRequest.ClientSignature
getset

A signature created with the client certificate from the last server nonce returned by the server.

SignedSoftwareCertificateCollection UnifiedAutomation.UaBase.ActivateSessionRequest.ClientSoftwareCertificates
getset

The software certificates owned by the client.

StringCollection UnifiedAutomation.UaBase.ActivateSessionRequest.LocaleIds
getset

The locales to use with the session.

RequestHeader UnifiedAutomation.UaBase.ActivateSessionRequest.RequestHeader
getset

A standard header included in all requests sent to a server.

ExtensionObject UnifiedAutomation.UaBase.ActivateSessionRequest.UserIdentityToken
getset

The user identity to use with the session.

SignatureData UnifiedAutomation.UaBase.ActivateSessionRequest.UserTokenSignature
getset

A digital signature created with the user identity token.


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