SecurityIdentifier::IsValidTargetType Method (Type^)
.NET Framework (current version)
Returns a value that indicates whether the specified type is a valid translation type for the SecurityIdentifier class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- targetType
-
Type:
System::Type^
The type being queried for validity to serve as a conversion from SecurityIdentifier. The following target types are valid:
Return Value
Type: System::Booleantrue if targetType is a valid translation type for the SecurityIdentifier class; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: