AddCertBinding method of the MSFT_NetIPHttpsConfiguration class

Adds a HTTP SSL certificate to the profile.

Syntax

uint32 AddCertBinding(
  [in] string  CertificateHash,
  [in] string  ApplicationId,
  [in] string  IpPort,
  [in] string  CertificateStoreName,
  [in] boolean NullEncryption
);

Parameters

CertificateHash [in]

TBD

ApplicationId [in]

TBD

IpPort [in]

TBD

CertificateStoreName [in]

TBD

NullEncryption [in]

TBD

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetTtCim.mof
DLL
NetTtCim.dll

See also

MSFT_NetIPHttpsConfiguration