Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 3.81 KB

imsrdpclientnonscriptable4-publishercertificatechain.md

File metadata and controls

95 lines (69 loc) · 3.81 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientNonScriptable4 PublisherCertificateChain property
Controls the publisher certificate chain. The chain is stored in a variant of type VT\_BYREF that contains a pointer to a CERT\_CHAIN\_CONTEXT structure. For information about VT\_BYREF structures, see VARIANT and VARIANTARG.
27ab0aff-1aef-4701-abe0-849bf32c9773
multiple
PublisherCertificateChain property Remote Desktop Services
PublisherCertificateChain property Remote Desktop Services , IMsRdpClientNonScriptable4 interface
IMsRdpClientNonScriptable4 interface Remote Desktop Services , PublisherCertificateChain property
PublisherCertificateChain property Remote Desktop Services , IMsRdpClientNonScriptable5 interface
IMsRdpClientNonScriptable5 interface Remote Desktop Services , PublisherCertificateChain property
PublisherCertificateChain property Remote Desktop Services , MsRdpClient6 object
MsRdpClient6 object Remote Desktop Services , PublisherCertificateChain property
PublisherCertificateChain property Remote Desktop Services , MsRdpClient7 object
MsRdpClient7 object Remote Desktop Services , PublisherCertificateChain property
PublisherCertificateChain property Remote Desktop Services , MsRdpClient8 object
MsRdpClient8 object Remote Desktop Services , PublisherCertificateChain property
PublisherCertificateChain property Remote Desktop Services , MsRdpClient9 object
MsRdpClient9 object Remote Desktop Services , PublisherCertificateChain property
apiref
IMsRdpClientNonScriptable4.PublisherCertificateChain
IMsRdpClientNonScriptable4.get_PublisherCertificateChain
IMsRdpClientNonScriptable4.put_PublisherCertificateChain
IMsRdpClientNonScriptable5.PublisherCertificateChain
IMsRdpClientNonScriptable5.get_PublisherCertificateChain
IMsRdpClientNonScriptable5.put_PublisherCertificateChain
MsRdpClient6.PublisherCertificateChain
MsRdpClient7.PublisherCertificateChain
MsRdpClient8.PublisherCertificateChain
MsRdpClient9.PublisherCertificateChain
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientNonScriptable4::PublisherCertificateChain property

Controls the publisher certificate chain. The chain is stored in a variant of type VT_BYREF that contains a pointer to a CERT_CHAIN_CONTEXT structure. For information about VT_BYREF structures, see VARIANT and VARIANTARG.

This property is read/write.

Syntax

HRESULT put_PublisherCertificateChain(
  [in]  VARIANT *pVarCert
);

HRESULT get_PublisherCertificateChain(
  [out] VARIANT *pVarCert
);

Property value

Sets the publisher certificate chain. The chain is stored in a variant of type VT_BYREF that contains a pointer to a CERT_CHAIN_CONTEXT structure.

Error codes

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsRdpClientNonScriptable4 is defined as f50fa8aa-1c7d-4f59-b15c-a90cacae1fcb

See also

IMsRdpClientNonScriptable5

IMsRdpClientNonScriptable4