# File lib/inetmgr/iis_object/binding_information.rb, line 8 def add_ssl_certificate thumprint, store invoke_method("AddSslCertificate") do |method| method.Input.Properties.Item("certificateHash").Value = thumprint method.Input.Properties.Item("certificateStoreName").Value = store end end
# File lib/inetmgr/iis_object/binding_information.rb, line 23 def disable_ds_mapper invoke_method("DisableDsMapper") end
Generated with the Darkfish Rdoc Generator 2.