C# 클래스 System.Security.Permissions.IsolatedStoragePermission

상속: System.Security.CodeAccessPermission, IUnrestrictedPermission
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
FromXml ( SecurityElement esd ) : void
IsUnrestricted ( ) : bool
ToXml ( ) : SecurityElement

보호된 메소드들

메소드 설명
IsolatedStoragePermission ( PermissionState state ) : System

비공개 메소드들

메소드 설명
IsolatedStoragePermission ( IsolatedStorageContainment UsageAllowed, long ExpirationDays, bool PermanentData ) : System
IsolatedStoragePermission ( IsolatedStorageContainment UsageAllowed, long ExpirationDays, bool PermanentData, long UserQuota ) : System
ToXml ( String permName ) : SecurityElement
max ( long x, long y ) : long
min ( long x, long y ) : long

메소드 상세

FromXml() 공개 메소드

public FromXml ( SecurityElement esd ) : void
esd System.Security.SecurityElement
리턴 void

IsUnrestricted() 공개 메소드

public IsUnrestricted ( ) : bool
리턴 bool

IsolatedStoragePermission() 보호된 메소드

protected IsolatedStoragePermission ( PermissionState state ) : System
state PermissionState
리턴 System

ToXml() 공개 메소드

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