AccountInfo.ApiKey Property

FFF3PP

AccountInfoApiKey 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 44
Syntax
public string ApiKey { get; set; }
Public Property ApiKey As String
	Get
	Set

Dim instance As AccountInfo
Dim value As String

value = instance.ApiKey

instance.ApiKey = value
public:
property String^ ApiKey {
	String^ get ();
	void set (String^ value);
}
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