Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
DLL |
|
IID |
IMsRdpClientNonScriptable4 is defined as f50fa8aa-1c7d-4f59-b15c-a90cacae1fcb |