SecurityIdentifier.IsWellKnown Method (WellKnownSidType)
.NET Framework (current version)
Returns a value that indicates whether the SecurityIdentifier object matches the specified well known security identifier (SID) type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System.Security.Principal.WellKnownSidType
A value to compare with the SecurityIdentifier object.
Return Value
Type: System.Booleantrue if type is the SID type for the SecurityIdentifier object; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: