Assembly.SecurityRuleSet 속성

정의

CLR(공용 언어 런타임)가 이 어셈블리에 대해 적용해야 하는 보안 규칙 집합을 나타내는 값을 가져옵니다.

public:
 virtual property System::Security::SecurityRuleSet SecurityRuleSet { System::Security::SecurityRuleSet get(); };
public virtual System.Security.SecurityRuleSet SecurityRuleSet { get; }
member this.SecurityRuleSet : System.Security.SecurityRuleSet
Public Overridable ReadOnly Property SecurityRuleSet As SecurityRuleSet

속성 값

CLR가 이 어셈블리에 대해 적용하는 보안 규칙 집합입니다.

설명

기본적으로 .NET Framework 4로 컴파일하는 어셈블리는 수준 2 투명도를 갖지만, 대신 명시적으로 수준 1을 만들 수 있습니다. 이전 버전의 .NET Framework 사용하여 컴파일된 어셈블리에는 수준 1 투명도가 있습니다.

보안 변경 내용을 참조하세요.

적용 대상

추가 정보