IdentityProviderTrustConfiguration.Endpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the endpoint of the identity provider.
public:
abstract property Uri ^ Endpoint { Uri ^ get(); };
public abstract Uri Endpoint { get; }
member this.Endpoint : Uri
Public MustOverride ReadOnly Property Endpoint As Uri
Property Value
The endpoint of the identity provider.