SecurityIdentifier::BinaryLength Property

 

Returns the length, in bytes, of the security identifier (SID) represented by the SecurityIdentifier object.

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

public:
property int BinaryLength {
	int get();
}

Property Value

Type: System::Int32

The length, in bytes, of the SID represented by the SecurityIdentifier object.

.NET Framework
Available since 2.0
Return to top
Show: