SecTrust.SetAnchorCertificatesOnly(Boolean) Method

Definition

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.

Applies to