C# Class System.Security.Policy.ApplicationTrust

Inheritance: EvidenceBase, ISecurityEncodable
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ApplicationTrust ( )
ApplicationTrust ( System defaultGrantSet, System fullTrustAssemblies )
ApplicationTrust ( ) : System.Collections.Generic
ApplicationTrust ( PermissionSet defaultGrantSet, IEnumerable fullTrustAssemblies ) : System.Collections.Generic
FromXml ( SecurityElement element ) : void
FromXml ( System element ) : void
ToXml ( ) : SecurityElement
ToXml ( ) : System.Security.SecurityElement

Method Details

ApplicationTrust() public method

public ApplicationTrust ( )

ApplicationTrust() public method

public ApplicationTrust ( System defaultGrantSet, System fullTrustAssemblies )
defaultGrantSet System
fullTrustAssemblies System

ApplicationTrust() public method

public ApplicationTrust ( ) : System.Collections.Generic
return System.Collections.Generic

ApplicationTrust() public method

public ApplicationTrust ( PermissionSet defaultGrantSet, IEnumerable fullTrustAssemblies ) : System.Collections.Generic
defaultGrantSet PermissionSet
fullTrustAssemblies IEnumerable
return System.Collections.Generic

FromXml() public method

public FromXml ( SecurityElement element ) : void
element SecurityElement
return void

FromXml() public method

public FromXml ( System element ) : void
element System
return void

ToXml() public method

public ToXml ( ) : SecurityElement
return SecurityElement

ToXml() public method

public ToXml ( ) : System.Security.SecurityElement
return System.Security.SecurityElement