コード例 #1
0
ファイル: SecuritySettings.cs プロジェクト: bnantz/NCS-V1-1
 /// <summary>
 /// Initializes a new instance of the 
 /// <see cref="SecuritySettings"/> class.
 /// </summary>
 public SecuritySettings()
 {
     this.rolesProviders = new RolesProviderDataCollection();
     this.authorizationProviders = new AuthorizationProviderDataCollection();
     this.profileProviders = new ProfileProviderDataCollection();
     this.authenticationProviders = new AuthenticationProviderDataCollection();
     this.securityCacheProviders = new SecurityCacheProviderDataCollection();
     defaultAuthorizationProviderName = string.Empty;
     defaultAuthenticationProviderName = string.Empty;
     defaultRolesProviderName = string.Empty;
     defaultProfileProviderName = string.Empty;
     defaultSecurityCacheProviderName = string.Empty;
 }
コード例 #2
0
ファイル: SecuritySettings.cs プロジェクト: smillea1/NCS-V1-1
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="SecuritySettings"/> class.
 /// </summary>
 public SecuritySettings()
 {
     this.rolesProviders               = new RolesProviderDataCollection();
     this.authorizationProviders       = new AuthorizationProviderDataCollection();
     this.profileProviders             = new ProfileProviderDataCollection();
     this.authenticationProviders      = new AuthenticationProviderDataCollection();
     this.securityCacheProviders       = new SecurityCacheProviderDataCollection();
     defaultAuthorizationProviderName  = string.Empty;
     defaultAuthenticationProviderName = string.Empty;
     defaultRolesProviderName          = string.Empty;
     defaultProfileProviderName        = string.Empty;
     defaultSecurityCacheProviderName  = string.Empty;
 }