Renewing Classe

Definição

Representa o elemento wst:Renewing em uma solicitação de renovação WS-Trust.Represents the wst:Renewing element in a WS-Trust renew request.

public ref class Renewing
public class Renewing
type Renewing = class
Public Class Renewing
Herança
Renewing

Comentários

Esse elemento opcional indica para o emissor do token que o token solicitado pode ser renovado se o atributo Allow for true e que o token pode ser renovado depois que ele expirar se o atributo OK for true.This optional element indicates to the token issuer that the requested token can be renewed if the Allow attribute is true and that the token can be renewed after it expires if the OK attribute is true. Esses atributos são representados pelas AllowRenewal Propriedades e, OkForRenewalAfterExpiration respectivamente.These attributes are represented by the AllowRenewal and the OkForRenewalAfterExpiration properties respectively.

Para obter mais informações sobre o elemento que essa classe representa, consulte a versão da especificação de WS-Trust que se aplica ao seu cenário.For more information about the element that this class represents, see the version of the WS-Trust specification that applies to your scenario.

Construtores

Renewing()

Inicializa uma nova instância da classe RenewingRenewing com valores de propriedade padrão.Initializes a new instance of the RenewingRenewing class with default property values.

Renewing(Boolean, Boolean)

Inicializa uma nova instância da classe RenewingRenewing com os valores especificados.Initializes a new instance of the RenewingRenewing class with the specified values.

Propriedades

AllowRenewal

Obtém ou define um valor que indica se o token pode ser renovado.Gets or sets a value that indicates whether the token can be renewed.

OkForRenewalAfterExpiration

Obtém ou define um valor que indica se o token pode ser renovado após sua expiração.Gets or sets a value that indicates whether the token can be renewed after it has expired.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a