.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaSchema.SecuredApplication Class Reference

Stores the security settings for an application. More...

Inherits object, and IExtensibleDataObject.

Public Member Functions

void Set< T > (T extension)
 Sets the value of an extension with the specified type. More...
 
Get< T > ()
 Gets the value of an extension with the specified type. More...
 

Detailed Description

Stores the security settings for an application.

Member Function Documentation

T UnifiedAutomation.UaSchema.SecuredApplication.Get< T > ( )
inline

Gets the value of an extension with the specified type.

Template Parameters
TThe type of extension to return.
Returns
The extension. null if not found.
void UnifiedAutomation.UaSchema.SecuredApplication.Set< T > ( extension)
inline

Sets the value of an extension with the specified type.

Template Parameters
TThe type of extension to return.
Parameters
extensionThe extension.

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