AspNetHostingPermission.FromXml(SecurityElement) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XML 인코딩을 사용하여 지정된 상태로 사용 권한 개체를 다시 생성합니다.
public:
override void FromXml(System::Security::SecurityElement ^ securityElement);
public override void FromXml (System.Security.SecurityElement securityElement);
override this.FromXml : System.Security.SecurityElement -> unit
Public Overrides Sub FromXml (securityElement As SecurityElement)
매개 변수
- securityElement
- SecurityElement
사용 권한 개체를 다시 생성하는 데 사용할 XML 인코딩이 들어 있는 SecurityElement입니다.
예외
securityElement
이(가) null
인 경우
securityElement
의 Tag 속성이 "IPermission"과 다를 경우
또는
securityElement
의 Attribute(String) 클래스가 null
이거나 빈 문자열("")인 경우
설명
사용 권한 개체 상태의 XML 표현 서식 지정에 대한 자세한 내용은 사용자 지정 권한 구현을 참조하세요.