共用方式為


CSFileProtection 列舉

定義

列舉 *中的檔案保護選項。

public enum CSFileProtection
type CSFileProtection = 
繼承
CSFileProtection

欄位

名稱 Description
Complete 1

檔案已加密,而且在開機和解除鎖定完成之前無法讀取。

CompleteUnlessOpen 2

檔案已加密。 如果裝置在鎖定時建立,則在使用者解除鎖定裝置之後才能存取它。

CompleteUntilFirstUserAuthentication 3

檔案已加密,且在使用者解除鎖定裝置之前無法開啟。

None 0

檔案未受保護。

適用於