ExtremeSwank OpenID
ProviderUrl Property
NamespacesExtremeSwank.OpenIdClientCoreProviderUrl
Gets or sets the URL of Identity Provider
Declaration Syntax
C#Visual BasicVisual C++
public Uri ProviderUrl { get; set; }
Public Property ProviderUrl As Uri
public:
property Uri^ ProviderUrl {
	Uri^ get ();
	void set (Uri^ value);
}
Remarks
If UseDirectedIdentity is set to true, ProviderUrl should be set manually. Otherwise, this will be automatically set while discovering the claimed identifier.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)