SignInRequestMessage.Freshness Propriedade
Definição
Obtém ou define o parâmetro wfresh da mensagem.Gets or sets the wfresh parameter of the message.
public:
property System::String ^ Freshness { System::String ^ get(); void set(System::String ^ value); };
public string Freshness { get; set; }
member this.Freshness : string with get, set
Public Property Freshness As String
Valor da propriedade
O valor do parâmetro wfresh.The value of the wfresh parameter. Deve ser um inteiro representado como uma cadeia de caracteres.This should be an integer represented as a string. Ele especifica a idade máxima em minutos em que a autenticação é válida.It specifies the maximum age in minutes that the authentication is valid. Zero indica que o usuário deve ser solicitado antes que o token seja emitido.Zero indicates that the user should be prompted before the token is issued.
Exceções
Tentativa de definir um valor que não é uma representação de cadeia de caracteres de um número inteiro.An attempt to set a value that is not a string representation of an integer.
Comentários
O parâmetro wfresh indica a idade máxima em minutos em que a autenticação é válida.The wfresh parameter indicates the maximum age in minutes that the authentication is valid. O parâmetro wfresh é opcional.The wfresh parameter is optional. Defina a Freshness propriedade como null ou uma cadeia de caracteres vazia para remover o parâmetro wfresh da mensagem.Set the Freshness property to null or an empty string to remove the wfresh parameter from the message.