LdapAttributeStoreConfiguration 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
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