C# 클래스 System.Security.Policy.ApplicationTrust

상속: EvidenceBase, ISecurityEncodable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ApplicationTrust() 공개 메소드

public ApplicationTrust ( )

ApplicationTrust() 공개 메소드

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

ApplicationTrust() 공개 메소드

public ApplicationTrust ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ApplicationTrust() 공개 메소드

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

FromXml() 공개 메소드

public FromXml ( SecurityElement element ) : void
element SecurityElement
리턴 void

FromXml() 공개 메소드

public FromXml ( System element ) : void
element System
리턴 void

ToXml() 공개 메소드

public ToXml ( ) : SecurityElement
리턴 SecurityElement

ToXml() 공개 메소드

public ToXml ( ) : System.Security.SecurityElement
리턴 System.Security.SecurityElement