System.Security.Principal.SecurityIdentifier.IsWellKnown Method

Returns a value that indicates whether the System.Security.Principal.SecurityIdentifier object matches the specified well known security identifier (SID) type.

Syntax

public bool IsWellKnown (WellKnownSidType type)

Parameters

type
A value to compare with the System.Security.Principal.SecurityIdentifier object.

Returns

true if type is the SID type for the System.Security.Principal.SecurityIdentifier object; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0