P_Furcadia_Net_Account_AccountInfo_ApiKey - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

AccountInfo.ApiKey Property

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Furcadia API Key See remarks for DEP/CS NDA

Namespace: Furcadia.Net.Account
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public string ApiKey { get; set; }

VB

Public Property ApiKey As String
	Get
	Set

VB Usage

Dim instance As AccountInfo
Dim value As String

value = instance.ApiKey

instance.ApiKey = value

C++

public:
property String^ ApiKey {
	String^ get ();
	void set (String^ value);
}

F#

member ApiKey : string with get, set

Property Value

Type: String

Remarks

This intellectual property is owned and controlled by DEP/CS as per their Third Party Nondisclosure Agreement (NDA). This cannot be redistributed with out their consent. Every Measure to protect this key is required, this include Obfuscation/Encryption. Clear Text form is Prohibited.

See Also

Reference

AccountInfo Class
Furcadia.Net.Account Namespace

⚠️ **GitHub.com Fallback** ⚠️