Share via


RequestSecurityToken.Delegatable Propiedad

Definición

Obtiene o establece un valor que especifica si el token emitido se debe marcar como delegable.

public:
 property Nullable<bool> Delegatable { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? Delegatable { get; set; }
member this.Delegatable : Nullable<bool> with get, set
Public Property Delegatable As Nullable(Of Boolean)

Valor de propiedad

true si el token emitido es delegable; si no, false. Puede ser null.

Comentarios

Representa el contenido del elemento wst:Delegatable. Este elemento opcional indica que el token devuelto puede ser delegable a otra entidad. Este elemento se introduce en WS-Trust 1.4. Esta propiedad se usa junto con la DelegateTo propiedad .

Se aplica a