TypeKeySecurity library documentation

TypeKeyIdentity.SITE_TOKEN_KEY Field

The site token has to be configured via the AppSettings in the web.config file using this key.

public const string SITE_TOKEN_KEY;

Remarks

This token is provided when you register your site with the TypeKey service. You can't use TypeKey if you don't configure this

Example

            <appSettings>
                <add key="TypeKeySecurity.Token.Value" value="0123456789ABCDEF0123" />
            </appSettings>

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace