blob: 1a4b09af4d6fffa3e1336f71ea81533c103aff11 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
HRESULT ScaSslCertificateWrite7(
__in_z LPCWSTR wzWebBase,
__in SCA_WEB_SSL_CERTIFICATE* pswscList
);
|