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