You are developing an application to create a new file on the local file system.You need to define specific security settings for the file. You must deny the file inheritance of any default security settings during creation.What should you do?()

A . Create the file by using a new FileStream object by passing the FileSecurity object as a parameter to the FileStream constructor. B . Create a new FileSecurity object. C . Apply the permissions by using the File class. D . Create a new FileSystem Access Rule object for each permission that you need,and add each rule to the FileSecurity object. E . Create a new FileSystem Audit Rule object and add it to the FileSecurity object.

时间:2022-10-13 18:16:24 所属题库:MCPD(70-536)题库

相似题目