Partager via


NodeInformation Constructors

Definition

Overloads

NodeInformation()
NodeInformation(List<String>)

NodeInformation()

public:
 NodeInformation();
public NodeInformation ();
Public Sub New ()

Applies to

NodeInformation(List<String>)

public:
 NodeInformation(System::Collections::Generic::List<System::String ^> ^ supportedFeatures);
public NodeInformation (System.Collections.Generic.List<string> supportedFeatures);
new Microsoft.IdentityServer.PolicyModel.Configuration.NodeInformation : System.Collections.Generic.List<string> -> Microsoft.IdentityServer.PolicyModel.Configuration.NodeInformation
Public Sub New (supportedFeatures As List(Of String))

Parameters

supportedFeatures
List<String>

Applies to