Share via


StsConfiguration.StrongProviderAuthInfoList Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::IdentityServer::Authentication::ProviderAuthInfo ^> ^ StrongProviderAuthInfoList { System::Collections::Generic::List<Microsoft::IdentityServer::Authentication::ProviderAuthInfo ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::IdentityServer::Authentication::ProviderAuthInfo ^> ^ value); };
public System.Collections.Generic.List<Microsoft.IdentityServer.Authentication.ProviderAuthInfo> StrongProviderAuthInfoList { get; set; }
member this.StrongProviderAuthInfoList : System.Collections.Generic.List<Microsoft.IdentityServer.Authentication.ProviderAuthInfo> with get, set
Public Property StrongProviderAuthInfoList As List(Of ProviderAuthInfo)

Property Value

Applies to