Difference between revisions of "HTTPC:SelectRootCertChain"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00260080] |- | 1 | HTTP context handle |- | 2 | RootCertChain context handle |} ...")
 
 
Line 29: Line 29:
  
 
=Description=
 
=Description=
This sets the RootCertChain to use with the specified HTTP context.
+
This sets the RootCertChain to use with the specified HTTP context. This can only be used if no RootCertChain was already set for this context, including the one which automatically gets created when using the context-specific RootCA commands such as [[HTTPC:AddTrustedRootCA]].

Latest revision as of 19:04, 27 February 2016

Request[edit]

Index Word Description
0 Header code [0x00260080]
1 HTTP context handle
2 RootCertChain context handle

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This sets the RootCertChain to use with the specified HTTP context. This can only be used if no RootCertChain was already set for this context, including the one which automatically gets created when using the context-specific RootCA commands such as HTTPC:AddTrustedRootCA.