Share via


TwitterOptions.ConsumerSecret プロパティ

定義

Twitter への要求の署名に使用されるコンシューマー シークレットを取得または設定します。

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

プロパティ値

Twitter への要求の署名に使用されるコンシューマー シークレット。

適用対象