BindingExtensions.

SetCertificateHash(BindingSettings, byte[]) Method

Summary

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

Syntax

public static BindingSettings SetCertificateHash(this BindingSettings binding, byte[] certificateHash)

Parameters

Name Type Description
binding BindingSettings The binding.
certificateHash byte[] The certificate hash.

Return Value

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