Share via


ChainBuildingParameters.ExclusiveTrustRoots Property

Definition

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.

Applies to