PoPAuthenticationConfiguration.HttpHost 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.
The URL host of the protected API. The "u" part of a signed HTTP request. This MAY include the port separated from the host by a colon in host:port format. Optional.
public string HttpHost { get; set; }
member this.HttpHost : string with get, set
Public Property HttpHost As String