Share via


StsConfiguration.TrustEndpoints Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::EndpointConfiguration ^> ^ TrustEndpoints { System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::EndpointConfiguration ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::IdentityServer::PolicyModel::Configuration::EndpointConfiguration ^> ^ value); };
[System.Runtime.Serialization.DataMember(Order=9)]
public System.Collections.Generic.List<Microsoft.IdentityServer.PolicyModel.Configuration.EndpointConfiguration> TrustEndpoints { get; set; }
member this.TrustEndpoints : System.Collections.Generic.List<Microsoft.IdentityServer.PolicyModel.Configuration.EndpointConfiguration> with get, set
Public Property TrustEndpoints As List(Of EndpointConfiguration)

Property Value

Attributes

Applies to