Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectSecurity::GetSecurityDescriptorBinaryForm Method ()

 

Returns an array of byte values that represents the security descriptor information for this ObjectSecurity object.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
array<unsigned char>^ GetSecurityDescriptorBinaryForm()

Return Value

Type: array<System::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.

This method returns the security descriptor information currently in memory. It does not retrieve information saved in permanent storage.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft