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.
Namespace
Google.Cloud.WebSecurityScanner.V1Assembly
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 | |
---|---|
Name | Description |
serviceImpl | WebSecurityScannerWebSecurityScannerBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | WebSecurityScannerWebSecurityScannerBase An object implementing the server-side handling logic. |