SecurityIdentifier.IsAccountSid Method ()

 

Returns a value that indicates whether the security identifier (SID) represented by this SecurityIdentifier object is a valid Windows account SID.

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

public bool IsAccountSid()

Return Value

Type: System.Boolean

true if the SID represented by this SecurityIdentifier object is a valid Windows account SID; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: