ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty Propiedad

Definición

Obtiene la clave de la propiedad de requisito de token cuyo valor es el esquema de autenticación HTTP si esta solicitud es para un proveedor de tokens o un autenticador de tokens que se va a utilizar en la autenticación HTTP.

public:
 static property System::String ^ HttpAuthenticationSchemeProperty { System::String ^ get(); };
public static string HttpAuthenticationSchemeProperty { get; }
member this.HttpAuthenticationSchemeProperty : string
Public Shared ReadOnly Property HttpAuthenticationSchemeProperty As String

Valor de propiedad

String

La clave de la propiedad del esquema de autenticación HTTP del requisito de token.

Comentarios

El valor que corresponde a esta clave es del tipo AuthenticationSchemes.

Se aplica a