|
NAMEONVIF::Device::Elements::CreateCertificateDESCRIPTIONPerl data type class for the XML Schema defined element CreateCertificate from the namespace http://www.onvif.org/ver10/device/wsdl.PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewmy $element = ONVIF::Device::Elements::CreateCertificate->new($data); Constructor. The following data structure may be passed to new(): { CertificateID => $some_value, # token Subject => $some_value, # string ValidNotBefore => $some_value, # dateTime ValidNotAfter => $some_value, # dateTime }, AUTHORGenerated by SOAP::WSDL
Visit the GSP FreeBSD Man Page Interface. |