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 參數是授權的。

適用於

另請參閱