SamlSubject.NameClaimType Propriedade
Definição
Obtém o tipo de declaração usado para representar o nome da entidade do token de segurança SAML.Gets the claim type that is used to represent the subject name of a SAML security token.
public:
static property System::String ^ NameClaimType { System::String ^ get(); };
public static string NameClaimType { get; }
member this.NameClaimType : string
Public Shared ReadOnly Property NameClaimType As String
Valor da propriedade
O tipo de declaração que é usado para representar o nome da entidade de um token de segurança SAML ( NameIdentifier ).The claim type that is used to represent the subject name of a SAML security token (NameIdentifier).
Comentários
O NameClaimType retorna um tipo de declaração para a Name propriedade.The NameClaimType returns a claim type for Name property.