SecTrust.SetAnchorCertificatesOnly(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify if only the supplied anchor certificates should be used.
public Security.SecStatusCode SetAnchorCertificatesOnly (bool anchorCertificatesOnly);
member this.SetAnchorCertificatesOnly : bool -> Security.SecStatusCode
Parameters
- anchorCertificatesOnly
- Boolean
true if only the supplied anchors should be used, false if the system anchors should also be used
Returns
An error code.