License.LicenseKey 屬性

定義

在衍生類別中覆寫時,取得授與這個元件的授權識別碼。

public:
 abstract property System::String ^ LicenseKey { System::String ^ get(); };
public abstract string LicenseKey { get; }
member this.LicenseKey : string
Public MustOverride ReadOnly Property LicenseKey As String

屬性值

授與這個元件的授權識別碼。

備註

LicenseProvider可以使用任何 Unicode 字元字串作為授權金鑰。 LicenseKey應該將 視為不透明 Cookie,也就是具有刻意隱藏內部結構的 Cookie。

適用於

另請參閱