ProxyTrustConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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