IsInRole() 개인적인 메소드

private IsInRole ( string role ) : bool
role string
리턴 bool
예제 #1
0
 public bool IsInRole(string role)
 {
     return(currentIdentity.IsInRole(role));
 }