ChainBuildingParameters.ExclusiveTrustRoots Property
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.
Gets the list of root certificates that will be trusted.
public:
property IVector<Certificate ^> ^ ExclusiveTrustRoots { IVector<Certificate ^> ^ get(); };
IVector<Certificate> ExclusiveTrustRoots();
public IList<Certificate> ExclusiveTrustRoots { get; }
var iVector = chainBuildingParameters.exclusiveTrustRoots;
Public ReadOnly Property ExclusiveTrustRoots As IList(Of Certificate)
Property Value
The list of root certificates that will be trusted.
Remarks
The ExclusiveTrustRoots property is read-only. However, the list of root certificates that is returned is writable and you can add certificates to it that will be used for exclusive trust.