Ejemplo n.º 1
0
 public CreateDto_User(CASAttributes attributes)
 {
     UserId   = attributes.KsuPersonWildcatId;
     Username = attributes.Uid;
 }
 public CASAuthenticationSuccess(dynamic response)
 {
     Attributes = new CASAttributes(response["attributes"]);
 }