예제 #1
0
파일: Roles.cs 프로젝트: dox0/DotNet471RS3
 static public bool RoleExists(string roleName)
 {
     EnsureEnabled();
     SecUtility.CheckParameter(ref roleName, true, true, true, 0, "roleName");
     return(Provider.RoleExists(roleName));
 }
예제 #2
0
 public static bool RoleExists(string roleName)
 {
     return(Provider.RoleExists(roleName));
 }
예제 #3
0
파일: Roles.cs 프로젝트: prakritidev/mono
		public static bool RoleExists (string rolename)
		{
			return Provider.RoleExists (rolename);
		}