IdentityReference.IsValidTargetType(Type) Método

Definição

Retorna um valor que indica se o tipo especificado é um tipo de tradução válido para a IdentityReference classe.

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

O tipo que está sendo consultado quanto à validade para servir como uma conversão de IdentityReference. Os seguintes tipos de destino são válidos:

NTAccount SecurityIdentifier.

Retornos

true se targetType for um tipo de tradução válido para a IdentityReference classe; caso contrário, false.

Aplica-se a