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

Public Properties
Specifies which message security modes are allowed.

 

DISPID (Dispatch ID):

 

For more information, see AllowedMessageSecurityModes in .NET Reference.

Specifies whether an endpoint with zero security level can be selected.

 

DISPID (Dispatch ID):

 

For more information, see AllowZeroSecurityLevel in .NET Reference.

The security ranking of the UA channel.

 

DISPID (Dispatch ID):

 

For more information, see ChannelSecurityRanking in .NET Reference.

The security ranking of the communication provided by this policy (as a whole).

 

DISPID (Dispatch ID):

 

For more information, see CommunicationSecurityRanking in .NET Reference.

Policy specifier in string form, ::.

 

DISPID (Dispatch ID):

 

For more information, see CustomPolicySpecifier in .NET Reference.

Specifies the name of the data encoding of the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see DataEncodingName in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

When enabled, replaces the port number in the selected endpoint by the value used for discovery.

 

DISPID (Dispatch ID):

 

For more information, see EnforceSamePort in .NET Reference.

When enabled, replaces the host name in the selected endpoint by the value used for discovery.

 

DISPID (Dispatch ID):

 

For more information, see EnforceSameSite in .NET Reference.

Whether the endpoint selection policy determines an endpoint with precise security and transport parameters.

 

DISPID (Dispatch ID):

 

For more information, see IsPrecise in .NET Reference.

Specifies the name of the message security mode of the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see MessageSecurityModeName in .NET Reference.

If 'Positive', endpoints that provide message security are preferred for selection. If 'Negative', endpoints that do not provide message security are preferred for selection.

 

DISPID (Dispatch ID):

 

For more information, see MessageSecurityPreference in .NET Reference.

The security ranking of the channel and transport combined.

 

DISPID (Dispatch ID):

 

For more information, see OrganicSecurityRanking in .NET Reference.

Specifies the name of the protocol of the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see ProtocolName in .NET Reference.

Specifies whether endpoints with obsolete security policies will be rejected.

 

DISPID (Dispatch ID):

 

For more information, see RejectObsoleteSecurityPolicies in .NET Reference.

Specifies whether authentication of the communication parties is required.

 

DISPID (Dispatch ID):

 

For more information, see RequireAuthentication in .NET Reference.

Specifies whether communication confidentiality is required (usually provided by encryption).

 

DISPID (Dispatch ID):

 

For more information, see RequireConfidentiality in .NET Reference.

Specifies whether communication integrity is required (usually provided by signing).

 

DISPID (Dispatch ID):

 

For more information, see RequireIntegrity in .NET Reference.

When not an empty string, specifies the display name of the required security policy of the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see SecurityPolicyDisplayName in .NET Reference.

When not an empty string, specifies the required security policy URI string of the endpoint.

 

DISPID (Dispatch ID):

 

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

When not an empty string, specifies the display name of the required transport profile of the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see TransportProfileDisplayName in .NET Reference.

When not an empty string, specifies the required transport profile string of the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see TransportProfileUriString in .NET Reference.

The security ranking of the transport profile.

 

DISPID (Dispatch ID):

 

For more information, see TransportSecurityRanking in .NET Reference.

See Also

UAEndpointSelectionPolicy Object