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

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

Excepciones

Se produce un intento de establecer la propiedad null en .

Se aplica a

Consulte también