Share via


IdentityReference.IsValidTargetType(Type) Método

Definición

Devuelve un valor que indica si el tipo especificado es un tipo de conversión válido para la clase IdentityReference.

public:
 abstract bool IsValidTargetType(Type ^ targetType);
public abstract bool IsValidTargetType (Type targetType);
abstract member IsValidTargetType : Type -> bool
Public MustOverride Function IsValidTargetType (targetType As Type) As Boolean

Parámetros

targetType
Type

Tipo cuya validez se consulta para servir de conversión de IdentityReference. Son válidos los siguientes tipos de destino:

NTAccountSecurityIdentifier.

Devoluciones

Es true si targetType es un tipo de traducción válido para la clase IdentityReference; de lo contrario, es false.

Se aplica a