<PackageReference Include="System.Security.Permissions" Version="6.0.1" />

ApplicationTrustEnumerator

public sealed class ApplicationTrustEnumerator : IEnumerator
Represents the enumerator for ApplicationTrust objects in the ApplicationTrustCollection collection.
public ApplicationTrust Current { get; }

Gets the current ApplicationTrust object in the ApplicationTrustCollection collection.

public bool MoveNext()

Moves to the next element in the ApplicationTrustCollection collection.

public void Reset()

Resets the enumerator to the beginning of the ApplicationTrustCollection collection.