LoadBalancingSettingsExtensions.

SetSecretKey(LoadBalancingSettings, string) Method

Summary

Specifies the AWS Secret Key to use as credentials.

Syntax

public static LoadBalancingSettings SetSecretKey(this LoadBalancingSettings settings, string key)

Parameters

Name Type Description
settings LoadBalancingSettings The LoadBalancing settings.
key string The AWS Secret Key

Return Value

Type Description
LoadBalancingSettings The same LoadBalancingSettings instance so that multiple calls can be chained.