다음을 통해 공유


OAuthChallengeProperties.Scope 속성

정의

챌린지 요청에 사용되는 "scope" 매개 변수 값입니다.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Scope { System::Collections::Generic::ICollection<System::String ^> ^ get(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
public System.Collections.Generic.ICollection<string> Scope { get; set; }
member this.Scope : System.Collections.Generic.ICollection<string> with get, set
Public Property Scope As ICollection(Of String)

속성 값

적용 대상