Web Security Scanner v1 API - Class WebSecurityScanner (2.4.0)

public static class WebSecurityScanner

Reference documentation and code samples for the Web Security Scanner v1 API class WebSecurityScanner.

Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud. It crawls your application, and attempts to exercise as many user inputs and event handlers as possible.

Inheritance

object > WebSecurityScanner

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Methods

BindService(WebSecurityScannerBase)

public static ServerServiceDefinition BindService(WebSecurityScanner.WebSecurityScannerBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplWebSecurityScannerWebSecurityScannerBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, WebSecurityScannerBase)

public static void BindService(ServiceBinderBase serviceBinder, WebSecurityScanner.WebSecurityScannerBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplWebSecurityScannerWebSecurityScannerBase

An object implementing the server-side handling logic.