LicFileLicenseProvider.IsKeyValid(String, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 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。
返回
如果该密钥是指定类型的有效 LicenseKey,则为 true
;否则为 false
。
注解
此方法根据短语“” myClassName is a licensed component.
检查密钥,其中 myClassName
是 FullName 要创建的组件的 。
继承者说明
从此类继承时,可以重写此方法以提供自己的验证逻辑。