ContentGrant 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
권한 관리 문서의 정보에 액세스하기 위해 사용자에게 부여된 권한을 나타냅니다.
public ref class ContentGrant
[System.Security.SecurityCritical(System.Security.SecurityCriticalScope.Everything)]
public class ContentGrant
[<System.Security.SecurityCritical(System.Security.SecurityCriticalScope.Everything)>]
type ContentGrant = class
Public Class ContentGrant
- 상속
-
ContentGrant
- 특성
설명
다른 System.Security.RightsManagement 형식과 마찬가지로 완전 ContentGrant 신뢰 애플리케이션에서만 사용할 수 있습니다.
생성자
| Name | Description |
|---|---|
| ContentGrant(ContentUser, ContentRight, DateTime, DateTime) |
지정된 ContentGrant 기간 동안 지정된 ContentUserContentRight 값을 부여하는 클래스의 DateTime 새 인스턴스를 초기화합니다. |
| ContentGrant(ContentUser, ContentRight) |
지정된 ContentGrant 클래스를 부여하는 클래스의 ContentUser 새 인스턴스를 ContentRight초기화합니다. |
속성
| Name | Description |
|---|---|
| Right |
부여된 ContentRight 값을 가져옵니다. |
| User |
액세스 권한이 Right부여된 사용자를 가져옵니다. |
| ValidFrom |
부여된 Right 시작 날짜 및 시간을 가져옵니다. |
| ValidUntil |
부여된 Right 만료 날짜 및 시간을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |