SignInRequestMessage.CurrentTime Property

Definition

Gets or sets the wct parameter of the message.

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

Property Value

The value of the wct parameter specified as a datetime string in UTC.

Exceptions

An attempt to set a value that is not a valid datetime string occurs.

Remarks

The wct parameter specifies the current time at the instant that the message was created. The wct parameter is optional. Set to the CurrentTime property null or an empty string to remove the wct parameter from the message.

Applies to