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 ()
.NET Framework (current version)
Returns an array of byte values that represents the security descriptor information for this ObjectSecurity object.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 2.0
Show: