AuthenticationDomain.ProviderAuthInfoList Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::IdentityServer::Authentication::ProviderAuthInfo ^> ^ ProviderAuthInfoList { System::Collections::Generic::List<Microsoft::IdentityServer::Authentication::ProviderAuthInfo ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.IdentityServer.Authentication.ProviderAuthInfo> ProviderAuthInfoList { get; }
member this.ProviderAuthInfoList : System.Collections.Generic.List<Microsoft.IdentityServer.Authentication.ProviderAuthInfo>
Public ReadOnly Property ProviderAuthInfoList As List(Of ProviderAuthInfo)

Property Value

Applies to