IssuerEndpoint.TrustVersion Property

Definition

Gets or sets the WS-Trust standard, either 1.3 or 2005, that is supported on the endpoint.

public:
 property System::ServiceModel::Security::TrustVersion ^ TrustVersion { System::ServiceModel::Security::TrustVersion ^ get(); void set(System::ServiceModel::Security::TrustVersion ^ value); };
public System.ServiceModel.Security.TrustVersion TrustVersion { get; set; }
member this.TrustVersion : System.ServiceModel.Security.TrustVersion with get, set
Public Property TrustVersion As TrustVersion

Property Value

The WS-Trust standard, either 1.3 or 2005, that is supported on the endpoint.

Remarks

WS-Trust 1.3 is supported for issuers other than Microsoft account. For a Microsoft account issuer, WS-Trust 2005 is supported.

Applies to