TwitterOptions.ConsumerSecret 属性

定义

获取或设置用于对发送到 Twitter 的请求签名的使用者机密。

public:
 property System::String ^ ConsumerSecret { System::String ^ get(); void set(System::String ^ value); };
public string ConsumerSecret { get; set; }
member this.ConsumerSecret : string with get, set
Public Property ConsumerSecret As String

属性值

用于对发送到 Twitter 的请求签名的使用者机密。

适用于