Compartilhar via


IssuerElement.Address Propriedade

Definição

Obtém ou define o endereço URI do emissor do token.

[System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="")]
[System.Configuration.StringValidator(MaxLength=2048, MinLength=0)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="")>]
[<System.Configuration.StringValidator(MaxLength=2048, MinLength=0)>]
member this.Address : string with get, set
Public Property Address As String

Valor da propriedade

O endereço URI do emissor do token.

Atributos

Aplica-se a