ServiceModelSecurityTokenRequirement.TransportScheme Property

Definition

Gets or sets the transport scheme.

public:
 property System::String ^ TransportScheme { System::String ^ get(); void set(System::String ^ value); };
public string TransportScheme { get; set; }
member this.TransportScheme : string with get, set
Public Property TransportScheme As String

Property Value

The transport scheme.

Remarks

In case of transport security, this property contains the transport scheme of the TransportBindingElement that produces the token requirement.

Applies to