SignInRequestMessage.CurrentTime 属性

定义

获取或设置消息的 wct 参数。

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

属性值

在 UTC 中为 datetime 的字符串指定 wct 参数的值。

例外

尝试设置无效事件字符串的值。

注解

wct 参数指定创建消息时的当前时间。 wct 参数是可选的。 设置为 CurrentTime 属性 null 或空字符串以从消息中删除 wct 参数。

适用于