LicFileLicenseProvider.GetKey(Type) 方法

定义

返回指定类型的密钥。

protected:
 virtual System::String ^ GetKey(Type ^ type);
protected virtual string GetKey (Type type);
abstract member GetKey : Type -> string
override this.GetKey : Type -> string
Protected Overridable Function GetKey (type As Type) As String

参数

type
Type

要返回密钥的对象类型。

返回

type 参数已被授权的确认。

适用于

另请参阅