SecurityIdentifier.IsValidTargetType(Type) 메서드

정의

지정한 형식이 SecurityIdentifier 클래스에 대해 유효한 변환 형식인지 여부를 나타내는 값을 반환합니다.

public:
 override bool IsValidTargetType(Type ^ targetType);
public override bool IsValidTargetType (Type targetType);
override this.IsValidTargetType : Type -> bool
Public Overrides Function IsValidTargetType (targetType As Type) As Boolean

매개 변수

targetType
Type

SecurityIdentifier에서 변환할 수 있는 유효한 대상인지 쿼리할 형식입니다. 유효한 대상 형식은 다음과 같습니다.

반환

Boolean

targetTypeSecurityIdentifier 클래스에 대해 유효한 변환 형식이면 true이고, 그렇지 않으면 false입니다.

적용 대상