OPC Labs EasyOPC-UA Library
UAClientServerApplicationParameters Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAClientServerApplicationParameters 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.

Finds the private key password configured for the given instance certificate sub-id.

 

DISPID (Dispatch ID):

 

For more information, see FindInstanceCertificatePrivateKeyPassword 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.

Sets the object properties back to their defaults.

 

DISPID (Dispatch ID):

 

For more information, see Reset in .NET Reference.

Public Properties
The OPC UA application manifest, i.e. the application registration information together with data related to PKI administration, such as paths to the certificate stores used.

 

DISPID (Dispatch ID):

 

For more information, see ApplicationManifest in .NET Reference.

Specifies the application URI template string, which is used unless the application URI string is given in the application manifest.

 

DISPID (Dispatch ID):

 

For more information, see ApplicationUriTemplateString in .NET Reference.

Determines whether the application will automatically generate its instance certificate when not present.

 

DISPID (Dispatch ID):

 

For more information, see AutoGenerateInstanceCertificate in .NET Reference.

Determines whether the newly created application instance certificate will also be placed into the trusted peers certificate store.

 

DISPID (Dispatch ID):

 

For more information, see AutoTrustInstanceCertificate in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Contains parameters that determine how application instance certificates are generated.

 

DISPID (Dispatch ID):

 

For more information, see InstanceCertificateGenerationParameters in .NET Reference.

The password for the private key of the default application instance certificate.

 

DISPID (Dispatch ID):

 

For more information, see InstanceCertificatePrivateKeyPassword in .NET Reference.

Dictionary of passwords for the private keys of instance certificates, keyed by the certificate sub-id.

 

DISPID (Dispatch ID):

 

For more information, see InstanceCertificatePrivateKeyPasswordDictionary in .NET Reference.

Determines whether it will be allowed to find the certificate just by its common name.

 

DISPID (Dispatch ID):

 

For more information, see RelaxedCertificateSearch in .NET Reference.

A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.

 

DISPID (Dispatch ID):

 

For more information, see StandardName in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Determines whether the application will validate its own instance certificate before a connection with the other party is established.

 

DISPID (Dispatch ID):

 

For more information, see ValidateOwnInstanceCertificate in .NET Reference.

See Also

UAClientServerApplicationParameters Object