'DeclarationPublic Function New( _ ByVal userIdentity As IUserIdentity, _ ByVal applicationIdentity As IApplicationIdentity, _ ByVal communicationSecurityRanking As CommunicationSecurityRanking, _ ByVal endpointUrlString As String, _ ByVal sessionName As String _ )
'UsageDim userIdentity As IUserIdentity Dim applicationIdentity As IApplicationIdentity Dim communicationSecurityRanking As CommunicationSecurityRanking Dim endpointUrlString As String Dim sessionName As String Dim instance As New UAIdentityContext(userIdentity, applicationIdentity, communicationSecurityRanking, endpointUrlString, sessionName)
public UAIdentityContext( IUserIdentity userIdentity, IApplicationIdentity applicationIdentity, CommunicationSecurityRanking communicationSecurityRanking, string endpointUrlString, string sessionName )
public: UAIdentityContext( IUserIdentity^ userIdentity, IApplicationIdentity^ applicationIdentity, CommunicationSecurityRanking communicationSecurityRanking, String^ endpointUrlString, String^ sessionName )
Parameters
- userIdentity
- The user identity associated with the operation.
The value of this parameter can be
null(Nothingin Visual Basic). - applicationIdentity
- The application identity associated with the operation.
The value of this parameter can be
null(Nothingin Visual Basic). - communicationSecurityRanking
- The communication security ranking of the operation.
- endpointUrlString
- The URL string of the OPC UA endpoint.
The value of this parameter cannot be
null(Nothingin Visual Basic). - sessionName
- The name of the OPC UA session.
The value of this parameter cannot be
null(Nothingin Visual Basic).