'Declaration
Public Function New( _ ByVal arguments As UACertificateArguments _ )
'Usage
Dim arguments As UACertificateArguments Dim instance As New UACertificateArguments(arguments)
public UACertificateArguments( UACertificateArguments arguments )
public: UACertificateArguments( UACertificateArguments^ arguments )
Parameters
- arguments
- The arguments to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).