IsInRole() private method

private IsInRole ( string role ) : bool
role string
return bool
Exemplo n.º 1
0
 public bool IsInRole(string role)
 {
     return(currentIdentity.IsInRole(role));
 }