Merge pull request #2716 from BrzVlad/fix-tramp-jinfo
[mono.git] / mcs / class / System.Web / System.Web.Security / ActiveDirectoryMembershipProvider.cs
index 14ced9528c2a2504adb947efed473fff0d2cc04e..79b503fc6775c8f27f2f56374a6fc18d4294a88d 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Collections.Specialized;
 
@@ -37,185 +36,184 @@ namespace System.Web.Security {
        [MonoTODO ("that's only a stub")]
        public class ActiveDirectoryMembershipProvider : MembershipProvider {
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override bool ChangePassword (string username, string oldPwd, string newPwd)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override bool ChangePasswordQuestionAndAnswer (string username, string password, string newPwdQuestion, string newPwdAnswer)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override MembershipUser CreateUser (string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, object providerUserKey, out MembershipCreateStatus status)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override bool DeleteUser (string username, bool deleteAllRelatedData)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public virtual string GeneratePassword ()
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override MembershipUserCollection FindUsersByName (string nameToMatch, int pageIndex, int pageSize, out int totalRecords)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override MembershipUserCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public override int GetNumberOfUsersOnline ()
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override string GetPassword (string username, string answer)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override MembershipUser GetUser (string username, bool userIsOnline)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override MembershipUser GetUser (object providerUserKey, bool userIsOnline)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override string GetUserNameByEmail (string email)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override void Initialize (string name, NameValueCollection config)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override string ResetPassword (string username, string answer)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override void UpdateUser (MembershipUser user)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override bool ValidateUser (string username, string password)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override bool UnlockUser (string userName)
                {
                        throw new NotImplementedException ();
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override string ApplicationName {
                        get { throw new NotImplementedException (); }
                        set { throw new NotImplementedException (); }
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public ActiveDirectoryConnectionProtection CurrentConnectionProtection {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override bool EnablePasswordReset {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override bool EnablePasswordRetrieval {
                        get { throw new NotImplementedException (); }
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public bool EnableSearchMethods {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override MembershipPasswordFormat PasswordFormat {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override bool RequiresQuestionAndAnswer {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override bool RequiresUniqueEmail {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override int MaxInvalidPasswordAttempts {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override int MinRequiredNonAlphanumericCharacters {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override int MinRequiredPasswordLength {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override int PasswordAttemptWindow {
                        get { throw new NotImplementedException (); }
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public int PasswordAnswerAttemptLockoutDuration {
                        get { throw new NotImplementedException (); }
                }
                
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public override string PasswordStrengthRegularExpression {
                        get { throw new NotImplementedException (); }
                }
        }
 }
-#endif