IssuerEndpoint.IssuerAddress Property
Applies To: Dynamics CRM 2015
Gets or sets the actual URL that provides authentication for a particular credential type.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public EndpointAddress IssuerAddress { get; set; }
public:
property EndpointAddress^ IssuerAddress {
EndpointAddress^ get();
void set(EndpointAddress^ value);
}
member IssuerAddress : EndpointAddress with get, set
Public Property IssuerAddress As EndpointAddress
Property Value
Type: System.ServiceModel.EndpointAddress
Type: EndpointAddress
The actual URL that provides authentication for a particular credential type.
See Also
IssuerEndpoint Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright