Partager via


ProxyTrustConfiguration Constructors

Definition

Overloads

ProxyTrustConfiguration()
ProxyTrustConfiguration(Int32, String)

ProxyTrustConfiguration()

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

Applies to

ProxyTrustConfiguration(Int32, String)

public:
 ProxyTrustConfiguration(int tokenLifeTime, System::String ^ proxyTrustId);
public ProxyTrustConfiguration (int tokenLifeTime, string proxyTrustId);
new Microsoft.IdentityServer.PolicyModel.Configuration.ProxyTrustConfiguration : int * string -> Microsoft.IdentityServer.PolicyModel.Configuration.ProxyTrustConfiguration
Public Sub New (tokenLifeTime As Integer, proxyTrustId As String)

Parameters

tokenLifeTime
Int32
proxyTrustId
String

Applies to