OpenSecureChannelRequest Class
            Extends BaseUAObject
        
        
            Defined in: 
            Module: opcua.address_space.types
packages\node-opcua-service-secure-channel\_generated_\_auto_generated_OpenSecureChannelRequest.js:28
        Constructor
OpenSecureChannelRequest
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
Item Index
Methods
binaryStoreSize
                    
                            ()
                    
                            
                                Number
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Calculate the required size to store this object in a binary stream.
Returns:
                                            Number:
                                
                            decode_debug
                    
                            ()
                    
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        isValid
                    
                            ()
                    
                            
                                Boolean
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        verify that all object attributes values are valid according to schema
Returns:
                                            Boolean:
                                
                            toString
                    
                            ()
                    
                            
                                String
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
                                            String:
                                
                            Properties
clientNonce
                        ByteString
                    
                    
                    
                    
                    
                        
                    
                        A random number generated by the client.
clientProtocolVersion
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        The version of protocol used by the client
requestedLifetime
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        The channel lifetime in milliseconds.
requestType
                        SecurityTokenRequestType
                    
                    
                    
                    
                    
                        
                    
                        Whether the channel is being created or renewed
securityMode
                        MessageSecurityMode
                    
                    
                    
                    
                    
                        
                    
                        The security mode to use with the channel.
            The NodeOPCUA API