Opc.Ua.Security.Certificates
SetNextUpdate Method



Opc.Ua.Security.Certificates Namespace > CrlBuilder Class : SetNextUpdate Method
Set next update time (optional).
Syntax
'Declaration
 
Public Function SetNextUpdate( _
   ByVal nextUpdate As Date _
) As CrlBuilder
'Usage
 
Dim instance As CrlBuilder
Dim nextUpdate As Date
Dim value As CrlBuilder
 
value = instance.SetNextUpdate(nextUpdate)
public CrlBuilder SetNextUpdate( 
   DateTime nextUpdate
)
public:
CrlBuilder^ SetNextUpdate( 
   DateTime nextUpdate
) 

Parameters

nextUpdate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CrlBuilder Class
CrlBuilder Members