Compartir a través de


WSFederationAuthenticationModule.Issuer (Propiedad)

This is a required property if PassiveRedirectEnabled is set to true. It specifies the URL of the STS where the caller is redirected to for authentication.

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

Uso

    Dim instance As WSFederationAuthenticationModule
Dim value As String

value = instance.Issuer

instance.Issuer = value

Sintaxis

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

/** @property */
public void set_Issuer (String value)
public function get Issuer () : String

public function set Issuer (value : String)

Valor de propiedad

Returns String.

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)