ClaimsTransformationOptions.Transformer Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Responsável por transformar a entidade de segurança de declarações.
public:
property Microsoft::AspNetCore::Authentication::IClaimsTransformer ^ Transformer { Microsoft::AspNetCore::Authentication::IClaimsTransformer ^ get(); void set(Microsoft::AspNetCore::Authentication::IClaimsTransformer ^ value); };
public Microsoft.AspNetCore.Authentication.IClaimsTransformer Transformer { get; set; }
member this.Transformer : Microsoft.AspNetCore.Authentication.IClaimsTransformer with get, set
Public Property Transformer As IClaimsTransformer