'DeclarationPublic Function New( _ ByVal userIdentity As IUserIdentity, _ ByVal applicationIdentity As IApplicationIdentity, _ ByVal communicationSecurityRanking As CommunicationSecurityRanking, _ ByVal endpointUrl As Uri, _ ByVal sessionName As String _ )
'UsageDim userIdentity As IUserIdentity Dim applicationIdentity As IApplicationIdentity Dim communicationSecurityRanking As CommunicationSecurityRanking Dim endpointUrl As Uri Dim sessionName As String Dim instance As New UAIdentityContext(userIdentity, applicationIdentity, communicationSecurityRanking, endpointUrl, sessionName)
public UAIdentityContext( IUserIdentity userIdentity, IApplicationIdentity applicationIdentity, CommunicationSecurityRanking communicationSecurityRanking, Uri endpointUrl, string sessionName )
public: UAIdentityContext( IUserIdentity^ userIdentity, IApplicationIdentity^ applicationIdentity, CommunicationSecurityRanking communicationSecurityRanking, Uri^ endpointUrl, 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.
- endpointUrl
- The URL 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).