Class WebSecurityScanner (1.0.0)

public static 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

System.Object > WebSecurityScanner

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Methods

BindService(WebSecurityScanner.WebSecurityScannerBase)

public static ServerServiceDefinition BindService(WebSecurityScanner.WebSecurityScannerBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl WebSecurityScanner.WebSecurityScannerBase

An object implementing the server-side handling logic.

Returns
Type Description
Grpc.Core.ServerServiceDefinition

BindService(ServiceBinderBase, WebSecurityScanner.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
Name Description
serviceBinder Grpc.Core.ServiceBinderBase

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

serviceImpl WebSecurityScanner.WebSecurityScannerBase

An object implementing the server-side handling logic.