RelyingPartyTrust.SetAdditionalWSFedEndpoints Method
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.
public:
void SetAdditionalWSFedEndpoints(System::Collections::Generic::IEnumerable<System::String ^> ^ endpoints);
public void SetAdditionalWSFedEndpoints (System.Collections.Generic.IEnumerable<string> endpoints);
member this.SetAdditionalWSFedEndpoints : seq<string> -> unit
Public Sub SetAdditionalWSFedEndpoints (endpoints As IEnumerable(Of String))
Parameters
- endpoints
- IEnumerable<String>