LicFileLicenseProvider.IsKeyValid(String, Type) メソッド

定義

GetLicense(LicenseContext, Type, Object, Boolean) メソッドが取得したキーが、指定した型に対して有効かどうかを判断します。

protected:
 virtual bool IsKeyValid(System::String ^ key, Type ^ type);
protected virtual bool IsKeyValid (string key, Type type);
protected virtual bool IsKeyValid (string? key, Type type);
abstract member IsKeyValid : string * Type -> bool
override this.IsKeyValid : string * Type -> bool
Protected Overridable Function IsKeyValid (key As String, type As Type) As Boolean

パラメーター

key
String

確認対象の LicenseKey

type
Type

Type を要求しているコンポーネントを表す License

戻り値

キーが指定した型に対して有効な LicenseKey である場合は true。それ以外の場合は false

注釈

このメソッドは、キーを"" myClassName is a licensed component. という語句に対してチェックします。ここで myClassName 、 は FullName 作成するコンポーネントの です。

注意 (継承者)

このクラスから継承する場合は、このメソッドをオーバーライドして独自の検証ロジックを提供できます。

適用対象

こちらもご覧ください