Compartir a través de


WsFederationConfiguration.Issuer Propiedad

Definición

Obtiene o establece un URI que identifica el emisor previsto del token de seguridad.

public:
 property System::String ^ Issuer { System::String ^ get(); void set(System::String ^ value); };
public string Issuer { get; set; }
member this.Issuer : string with get, set
Public Property Issuer As String

Valor de propiedad

El URI que identifica el servicio de token de seguridad (STS). El valor no puede ser null.

Excepciones

Se ha intentado establecer la propiedad en null.

Se aplica a

Consulte también