Click or drag to resize
MarketParametersOauthSignatureMethod Property

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Note: This API is now obsolete.

Gets or sets the signature method used by the consumer to sign the request.

Namespace: ETradeNet.Market
Assembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntax
[ObsoleteAttribute("Use Authorization header instead.")]
public Nullable<OauthSignatureMethod> OauthSignatureMethod { get; set; }

Property Value

Type: NullableOauthSignatureMethod
The signature method used by the consumer to sign the request. Deprecated; use Authorization header instead.
See Also