OnlineIdServiceTicketRequest.Policy 属性

定义

用于对用户进行身份验证的策略。 支持的值为 JWT,它使用 JSON 格式返回数据。 对于请求用户同意访问存储在 Live 中的应用,应用开发人员必须通过委派策略。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

public:
 property Platform::String ^ Policy { Platform::String ^ get(); };
winrt::hstring Policy();
public string Policy { get; }
var string = onlineIdServiceTicketRequest.policy;
Public ReadOnly Property Policy As String

属性值

String

Platform::String

winrt::hstring

表示策略的字符串。

适用于