Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The ConvertSecurityDescriptorToString method converts a byte array containing a security descriptor to a string.
Syntax
public String ConvertSecurityDescriptorToString(
Byte[] sd
);
Public Function ConvertSecurityDescriptorToString( _
ByVal sd As Byte[] _
) As String
Implements Utils.ConvertSecurityDescriptorToString
Parameters
- sd
The security descriptor to convert.
Return Value
A string representation of the security descriptor.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | The argument is null. |
Win32Exception | The Win32 function returns a failure. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009