ObjectSecurity.GetSecurityDescriptorBinaryForm Method

Definition

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

Byte[]

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.

Applies to