ContentGrant 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ContentGrant 類別的新執行個體。
多載
ContentGrant(ContentUser, ContentRight) |
初始化 ContentGrant 類別的新執行個體,此類別授予指定的 ContentUser 一項指定的 ContentRight。 |
ContentGrant(ContentUser, ContentRight, DateTime, DateTime) |
初始化 ContentGrant 類別的新執行個體,此類別授予指定的 ContentUser 一項指定的 ContentRight,在一段指定 DateTime 期間內有效。 |
ContentGrant(ContentUser, ContentRight)
初始化 ContentGrant 類別的新執行個體,此類別授予指定的 ContentUser 一項指定的 ContentRight。
public:
ContentGrant(System::Security::RightsManagement::ContentUser ^ user, System::Security::RightsManagement::ContentRight right);
public ContentGrant (System.Security.RightsManagement.ContentUser user, System.Security.RightsManagement.ContentRight right);
new System.Security.RightsManagement.ContentGrant : System.Security.RightsManagement.ContentUser * System.Security.RightsManagement.ContentRight -> System.Security.RightsManagement.ContentGrant
Public Sub New (user As ContentUser, right As ContentRight)
參數
- user
- ContentUser
存取權限所授與的使用者。
- right
- ContentRight
所授與的存取權限。
備註
這個建構函式會 ContentGrant 初始化實例,但沒有日期或時間限制。
使用替代 ContentGrant 建構函式來建立具有日期和時間限制的實例。
另請參閱
適用於
ContentGrant(ContentUser, ContentRight, DateTime, DateTime)
初始化 ContentGrant 類別的新執行個體,此類別授予指定的 ContentUser 一項指定的 ContentRight,在一段指定 DateTime 期間內有效。
public:
ContentGrant(System::Security::RightsManagement::ContentUser ^ user, System::Security::RightsManagement::ContentRight right, DateTime validFrom, DateTime validUntil);
public ContentGrant (System.Security.RightsManagement.ContentUser user, System.Security.RightsManagement.ContentRight right, DateTime validFrom, DateTime validUntil);
new System.Security.RightsManagement.ContentGrant : System.Security.RightsManagement.ContentUser * System.Security.RightsManagement.ContentRight * DateTime * DateTime -> System.Security.RightsManagement.ContentGrant
Public Sub New (user As ContentUser, right As ContentRight, validFrom As DateTime, validUntil As DateTime)
參數
- user
- ContentUser
存取權限所授與的使用者。
- right
- ContentRight
所授與的存取權限。
- validFrom
- DateTime
權限生效的日期與時間。
- validUntil
- DateTime
權限失效的結束日期與時間。
備註
validFrom
使用 DateTimeMinValue 指定 參數。如果沒有開始日期和時間限制,
validUntil
使用 DateTimeMaxValue 指定 參數,如果沒有結束日期和時間限制,