System.Security.Policy.ApplicationTrustCollection.Remove C# (CSharp) Method

Remove() public method

public Remove ( ApplicationTrust trust ) : void
trust ApplicationTrust
return void
        public void Remove(ApplicationTrust trust)
        {
        }

Same methods

ApplicationTrustCollection::Remove ( System trust ) : void