OPC Labs EasyOPC-UA Library
UAApplicationManifest Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAApplicationManifest Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Converts an application element returned by discovery to an endpoint descriptor.

 

DISPID (Dispatch ID):

 

For more information, see ToUAEndpointDescriptor in .NET Reference.

Public Properties
The OPC-UA client application name. When empty, the component will make an application name automatically.

 

DISPID (Dispatch ID):

 

For more information, see ApplicationName in .NET Reference.

The type of application.

 

DISPID (Dispatch ID):

 

For more information, see ApplicationType in .NET Reference.

The OPC-UA client application URI string. When empty, the component will make a URI string automatically.

 

DISPID (Dispatch ID):

 

For more information, see ApplicationUriString in .NET Reference.

A country or region (two-letter code).

 

DISPID (Dispatch ID):

 

For more information, see CountryName in .NET Reference.

The URL that can be used to reach the application, using discovery.

 

DISPID (Dispatch ID):

 

For more information, see DiscoveryUriString in .NET Reference.

The URLs that can be used to reach the application, using discovery.

 

DISPID (Dispatch ID):

 

For more information, see DiscoveryUriStrings in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The store containing trusted certification authorities for HTTPS certificates.

 

DISPID (Dispatch ID):

 

For more information, see HttpsIssuerStorePath in .NET Reference.

The store containing trusted HTTPS certificates.

 

DISPID (Dispatch ID):

 

For more information, see HttpsTrustedStorePath in .NET Reference.

The subject name of the client application certificate. When empty, the component will make a subject name automatically.

 

DISPID (Dispatch ID):

 

For more information, see InstanceCertificateSubject in .NET Reference.

The store containing trusted certification authorities for instance certificates.

 

DISPID (Dispatch ID):

 

For more information, see InstanceIssuerStorePath in .NET Reference.

The store containing application instance certificate (or where the application instance certificate will be created).

 

DISPID (Dispatch ID):

 

For more information, see InstanceOwnStorePath in .NET Reference.

The store containing trusted instance certificates.

 

DISPID (Dispatch ID):

 

For more information, see InstanceTrustedStorePath in .NET Reference.

A locality name.

 

DISPID (Dispatch ID):

 

For more information, see LocalityName in .NET Reference.

An organizational unit name.

 

DISPID (Dispatch ID):

 

For more information, see OrganizationalUnitName in .NET Reference.

An organization name.

 

DISPID (Dispatch ID):

 

For more information, see OrganizationName in .NET Reference.

The OPC-UA client product URI string. When empty, the component will make a URI string automatically.

 

DISPID (Dispatch ID):

 

For more information, see ProductUriString in .NET Reference.

The store for rejected certificates to be reviewed.

 

DISPID (Dispatch ID):

 

For more information, see RejectedStorePath in .NET Reference.

The Server capabilities supported by the Server.

 

DISPID (Dispatch ID):

 

For more information, see ServerCapabilities in .NET Reference.

The set of Server capabilities supported by the Server.

 

DISPID (Dispatch ID):

 

For more information, see ServerCapabilitySet in .NET Reference.

A state or province name.

 

DISPID (Dispatch ID):

 

For more information, see StateOrProvinceName in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

The store containing trusted certification authorities for user certificates.

 

DISPID (Dispatch ID):

 

For more information, see UserIssuerStorePath in .NET Reference.

The store containing trusted user certificates.

 

DISPID (Dispatch ID):

 

For more information, see UserTrustedStorePath in .NET Reference.

See Also

UAApplicationManifest Object