13 private int m_current;
19 [SecuritySafeCritical]
22 return m_trusts[m_current];
30 [SecuritySafeCritical]
33 return m_trusts[m_current];
37 private ApplicationTrustEnumerator()
42 internal ApplicationTrustEnumerator(ApplicationTrustCollection trusts)
51 [SecuritySafeCritical]
54 if (m_current == m_trusts.Count - 1)
Represents the enumerator for T:System.Security.Policy.ApplicationTrust objects in the T:System....
Encapsulates security decisions about an application. This class cannot be inherited.
bool MoveNext()
Moves to the next element in the T:System.Security.Policy.ApplicationTrustCollection collection.
ApplicationTrust Current
Gets the current T:System.Security.Policy.ApplicationTrust object in the T:System....
object Current
Gets the element in the collection at the current position of the enumerator.
void Reset()
Resets the enumerator to the beginning of the T:System.Security.Policy.ApplicationTrustCollection col...
Represents a collection of T:System.Security.Policy.ApplicationTrust objects. This class cannot be in...
Supports a simple iteration over a non-generic collection.