Compartir a través de


WSFederationAuthenticationModule.Resource (Propiedad)

This is an optional property applicable when PassiveRedirectEnabled is set to true. Get or set this optional parameter to a URI that identifies the resource being accessed (relying party) to the STS.

Espacio de nombres: Microsoft.IdentityModel.Web
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As WSFederationAuthenticationModule
Dim value As String

value = instance.Resource

instance.Resource = value

Sintaxis

'Declaración
Public Property Resource As String
public string Resource { get; set; }
public:
property String^ Resource {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Resource ()

/** @property */
public void set_Resource (String value)
public function get Resource () : String

public function set Resource (value : String)

Valor de propiedad

Returns String.

Notas

This parameter manifests itself as wres query string parameter in WS-Federation protocol. The wtrealm parameter should be used instead of this parameter.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

WSFederationAuthenticationModule (Clase)
WSFederationAuthenticationModule (Miembros)
Microsoft.IdentityModel.Web (Espacio de nombres)