다음을 통해 공유


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에 대한 요청을 서명하는 데 사용되는 소비자 암호입니다.

적용 대상