ObjectSecurity.GetSecurityDescriptorBinaryForm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of byte values that represents the security descriptor information for this ObjectSecurity object.
public:
cli::array <System::Byte> ^ GetSecurityDescriptorBinaryForm();
public byte[] GetSecurityDescriptorBinaryForm ();
member this.GetSecurityDescriptorBinaryForm : unit -> byte[]
Public Function GetSecurityDescriptorBinaryForm () As Byte()
Returns
An array of byte values that represents the security descriptor for this ObjectSecurity object. This method returns null
if there is no security information in this ObjectSecurity object.
Remarks
This method returns the security descriptor information currently in memory. It does not retrieve information saved in permanent storage.