BindingExtensions.

SetCertificateStoreName(BindingSettings, string) Method

Summary

Specifies the certificate store name of the binding.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BindingExtensions

Syntax

public static BindingSettings SetCertificateStoreName(this BindingSettings binding, string certificateStoreName)

Parameters

Name Type Description
binding BindingSettings The binding.
certificateStoreName string The certificate store name.

Return Value

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