StorePermission 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Code Access Security is not supported or honored by the runtime.
X.509 인증서가 들어 있는 저장소에 대한 액세스를 제어합니다. 이 클래스는 상속될 수 없습니다.
public ref class StorePermission sealed : System::Security::CodeAccessPermission, System::Security::Permissions::IUnrestrictedPermission
public sealed class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
[System.Serializable]
public sealed class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
type StorePermission = class
inherit CodeAccessPermission
interface IUnrestrictedPermission
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type StorePermission = class
inherit CodeAccessPermission
interface IUnrestrictedPermission
[<System.Serializable>]
type StorePermission = class
inherit CodeAccessPermission
interface IUnrestrictedPermission
Public NotInheritable Class StorePermission
Inherits CodeAccessPermission
Implements IUnrestrictedPermission
- 상속
- 특성
- 구현
설명
StorePermission 는 코드가 X.509 저장소에 부여되는 액세스를 제어합니다. 권한은 모든 저장소에 적용되는 액세스 수준을 나타내는 플래그를 기반으로 합니다.
생성자
StorePermission(PermissionState) |
완전 제한 또는 무제한 권한을 사용하여 StorePermission 클래스의 새 인스턴스를 초기화합니다. |
StorePermission(StorePermissionFlags) |
지정한 액세스를 사용하여 StorePermission 클래스의 새 인스턴스를 초기화합니다. |
속성
Flags |
현재 사용 권한에 의해 허용된 X509Store 액세스의 형식을 가져오거나 설정합니다. |
메서드
Assert() |
스택의 상위 호출자에게 리소스에 액세스할 수 있는 권한이 부여되지 않더라도 호출 코드가 이 메서드를 호출하는 코드를 통해 사용 권한 요구로 보호되는 리소스에 액세스할 수 있음을 선언합니다. Assert()를 사용하면 보안 문제가 발생할 수 있습니다. (다음에서 상속됨 CodeAccessPermission) |
Copy() |
현재 사용 권한의 동일한 복사본을 만들고 반환합니다. |
Demand() |
현재 인스턴스에서 지정한 사용 권한이 호출 스택의 일부 상위 호출자에만 부여된 경우 런타임에 SecurityException을 강제로 발생시킵니다. (다음에서 상속됨 CodeAccessPermission) |
Deny() |
사용되지 않습니다.
사용되지 않습니다.
호출 스택의 상위 호출자가 이 메서드를 호출하는 코드를 통해 현재 인스턴스에서 지정한 리소스에 액세스하지 못하게 합니다. (다음에서 상속됨 CodeAccessPermission) |
Equals(Object) |
지정한 CodeAccessPermission 개체가 현재 CodeAccessPermission과 같은지 여부를 확인합니다. (다음에서 상속됨 CodeAccessPermission) |
FromXml(SecurityElement) |
XML 인코딩의 지정된 상태를 사용하여 사용 권한을 다시 만듭니다. |
GetHashCode() |
해시 알고리즘과 해시 테이블 같은 데이터 구조에 사용하기 적합한 CodeAccessPermission 개체에 대한 해시 코드를 가져옵니다. (다음에서 상속됨 CodeAccessPermission) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
Intersect(IPermission) |
현재 사용 권한 및 지정된 사용 권한의 공통 권한을 만들어 반환합니다. |
IsSubsetOf(IPermission) |
현재 사용 권한이 지정된 사용 권한의 하위 집합인지를 확인합니다. |
IsUnrestricted() |
현재 사용 권한이 제한되지 않았는지 여부를 나타내는 값을 반환합니다. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
PermitOnly() |
호출 스택의 상위 호출자가 이 메서드를 호출하는 코드를 통해 현재 인스턴스에서 지정한 리소스를 제외한 모든 리소스에 액세스할 수 없게 합니다. (다음에서 상속됨 CodeAccessPermission) |
ToString() |
현재 권한 개체의 문자열 표현을 만들고 반환합니다. (다음에서 상속됨 CodeAccessPermission) |
ToXml() |
사용 권한 및 해당 사용 권한의 현재 상태에 대한 XML 인코딩을 만듭니다. |
Union(IPermission) |
현재 사용 권한 및 지정한 사용 권한을 합한 사용 권한을 만듭니다. |