WSFederationElement.Freshness Propriedade

Definição

Obtém ou define o atributo freshness.Gets or sets the freshness attribute.

public:
 property System::String ^ Freshness { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("freshness", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)]
public string Freshness { get; set; }
[<System.Configuration.ConfigurationProperty("freshness", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)>]
member this.Freshness : string with get, set
Public Property Freshness As String

Valor da propriedade

String

A atualização necessária.The required freshness. Define o parâmetro wfresh de solicitação de entrada WS-Federation.Sets the WS-Federation sign-in request wfresh parameter. Opcional.Optional.

Atributos

Aplica-se a

Confira também