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からの変換として機能する有効性を照会する型。 次のターゲットの種類が有効です。

返品

true targetTypeSecurityIdentifier クラスの有効な翻訳型の場合は。それ以外の場合はfalse

適用対象