Share via


FederatedMessageSecurityOverHttpElement.IssuedTokenType Propriété

Définition

Obtient ou définit un URI qui spécifie le type de jeton à émettre.

public:
 property System::String ^ IssuedTokenType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("issuedTokenType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string IssuedTokenType { get; set; }
[<System.Configuration.ConfigurationProperty("issuedTokenType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.IssuedTokenType : string with get, set
Public Property IssuedTokenType As String

Valeur de propriété

String

URI qui spécifie le type de jeton à émettre.

Attributs

S’applique à