Share via


LdapAttributeStoreConfiguration Constructors

Definition

Overloads

LdapAttributeStoreConfiguration()
LdapAttributeStoreConfiguration(Int32, Int32, Int32)

LdapAttributeStoreConfiguration()

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

Applies to

LdapAttributeStoreConfiguration(Int32, Int32, Int32)

public:
 LdapAttributeStoreConfiguration(int connectionCacheMaxSize, int connectionCacheRefreshIntervalInMinutes, int schemaRefreshIntervalInMinutes);
public LdapAttributeStoreConfiguration (int connectionCacheMaxSize, int connectionCacheRefreshIntervalInMinutes, int schemaRefreshIntervalInMinutes);
new Microsoft.IdentityServer.PolicyModel.Configuration.LdapAttributeStoreConfiguration : int * int * int -> Microsoft.IdentityServer.PolicyModel.Configuration.LdapAttributeStoreConfiguration
Public Sub New (connectionCacheMaxSize As Integer, connectionCacheRefreshIntervalInMinutes As Integer, schemaRefreshIntervalInMinutes As Integer)

Parameters

connectionCacheMaxSize
Int32
connectionCacheRefreshIntervalInMinutes
Int32
schemaRefreshIntervalInMinutes
Int32

Applies to