Share via


IssuerEndpoint.TrustVersion Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

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

Property Value

Type: System.ServiceModel.Security.TrustVersion

Type: TrustVersion
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.

See Also

IssuerEndpoint Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright